-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 795 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "gulp-rev-loader",
"version": "2.0.0",
"description": "webpack loader to work in tandem with gulp-rev",
"homepage": "https://github.com/adjavaherian/gulp-rev-loader",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/adjavaherian/gulp-rev-loader"
},
"keywords": [
"gulp-rev",
"webpack",
"webpack-loader"
],
"author": "@adjavaherian",
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.8",
"loader-utils": "^1.1.0",
"mime": "^1.3.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rev": "^7.1.2",
"run-sequence": "^1.2.2",
"stats-webpack-plugin": "^0.6.0",
"webpack": "^2.4.0",
"webpack-stats-plugin": "^0.1.1"
}
}