-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathpackage.json
46 lines (46 loc) · 1 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "gulp-usemin",
"version": "0.3.30",
"description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).",
"main": "index.js",
"dependencies": {
"glob": "~7.1.1",
"gulp-concat": "~2.6.1",
"plugin-error": "~1.0.1",
"through2": "~2.0.3",
"vinyl": "~2.1.0"
},
"devDependencies": {
"event-stream": "~3.3.4",
"vinyl-fs": "~2.4.4",
"gulp": "~3.9.1",
"gulp-jshint": "~2.0.4",
"gulp-mocha": "~3.0.1",
"gulp-uglify": "~2.0.1",
"gulp-htmlmin": "~3.0.0",
"gulp-clean-css": "~2.3.2",
"gulp-rev": "~7.1.2",
"gulp-less": "3.3.0",
"jshint": "~2.9.4"
},
"scripts": {
"test": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/zont/gulp-usemin.git"
},
"keywords": [
"gulpplugin",
"usemin",
"gulp-usemin"
],
"author": "Alexander Zonov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zont/gulp-usemin/issues"
},
"engines": {
"node": ">=0.12"
}
}