forked from Modernizr/grunt-modernizr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.16 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
51
52
{
"name": "grunt-modernizr",
"description": "Build out a lean, mean Modernizr machine.",
"version": "0.6.1-pre",
"homepage": "https://github.com/doctyper/grunt-modernizr",
"author": {
"name": "Richard Herrera",
"email": "rich@doctyper.com",
"url": "http://doctyper.com"
},
"repository": {
"type": "git",
"url": "git://github.com/doctyper/grunt-modernizr.git"
},
"bugs": {
"url": "https://github.com/doctyper/grunt-modernizr/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/doctyper/grunt-modernizr/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": {
"grunt-modernizr": "bin/grunt-modernizr"
},
"engines": {
"node": "*"
},
"dependencies": {
"uglify-js": "1.3.3",
"promised-io": "0.3.x",
"colors": "0.6.x",
"request": "~2.27.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-nodeunit": "0.1.2",
"grunt-contrib-watch": "~0.3.1",
"mocha": ">=1.6.0",
"nexpect": ">=0.2.4"
},
"scripts": {
"test": "node test/runner.js"
},
"keywords": [
"gruntplugin",
"modernizr"
]
}