-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.37 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
53
54
{
"name": "grunt-modernizr",
"description": "Build out a lean, mean Modernizr machine.",
"version": "1.0.3",
"homepage": "https://github.com/Modernizr/grunt-modernizr",
"author": "Richard Herrera <rich@doctyper.com> (http://doctyper.com)",
"repository": {
"type": "git",
"url": "git://github.com/Modernizr/grunt-modernizr.git"
},
"bugs": {
"url": "https://github.com/Modernizr/grunt-modernizr/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Modernizr/grunt-modernizr/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"bin": {
"grunt-modernizr": "bin/grunt-modernizr"
},
"engines": {
"node": "*"
},
"dependencies": {
"customizr": "https://github.com/bbc-fatima/customizr/tarball/develop",
"lodash.merge": "^4.0.1"
},
"devDependencies": {
"assert": "~1.1.0",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-nodeunit": "0.4.1",
"grunt-contrib-watch": "~0.3.1",
"mocha": "~1.17.0",
"modernizr": "https://github.com/Modernizr/Modernizr/tarball/master",
"nexpect": "~0.3.0"
},
"scripts": {
"test": "grunt clean; node test/runner.js",
"postinstall": "node postinstall.js"
},
"keywords": [
"gruntplugin",
"modernizr",
"customizr"
],
"directories": {
"test": "test"
}
}