forked from yeoman/grunt-usemin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 990 Bytes
/
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
{
"name": "grunt-usemin",
"version": "2.1.0",
"description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).",
"keywords": [
"gruntplugin",
"usemin",
"yeoman",
"html",
"css",
"optimize"
],
"homepage": "https://github.com/yeoman/grunt-usemin",
"bugs": "https://github.com/yeoman/grunt-usemin/issues",
"author": "The Yeoman Team",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/yeoman/grunt-usemin.git"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"lodash": "~1.0.1",
"debug": "~0.7.2"
},
"devDependencies": {
"grunt": "~0.4.3",
"mkdirp": "~0.3.5",
"rimraf": "~2.1.4",
"grunt-contrib-jshint": "~0.4.1",
"grunt-mocha-cli": "~1.0.5"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"licenses": {
"type": "BSD"
},
"license": "BSD"
}