forked from yeoman/grunt-usemin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
47
48
49
50
{
"name": "grunt-usemin",
"version": "2.0.0",
"description": "Grunt task 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": "Chrome Developer Relations",
"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.1",
"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.8.0"
},
"licenses": {
"type": "BSD"
},
"gitHead": "a26f298b69220eb22996cf02391710f32c4615c4",
"readmeFilename": "README.md",
"directories": {
"test": "test"
},
"license": "BSD"
}