-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
51 lines (51 loc) · 1.17 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
{
"name": "grunt-modernizr",
"description": "Build out a lean, mean Modernizr machine.",
"version": "5.0.1",
"main": "Gruntfile.js",
"bin": {
"grunt-modernizr": "bin/grunt-modernizr"
},
"bugs": "https://github.com/Modernizr/grunt-modernizr/issues",
"homepage": "https://github.com/Modernizr/grunt-modernizr",
"repository": "https://github.com/Modernizr/grunt-modernizr.git",
"license": "MIT",
"author": {
"name": "Modernizr",
"url": "https://modernizr.com/"
},
"contributors": [
{
"name": "Richard Herrera",
"url": "https://twitter.com/doctyper"
}
],
"engines": {
"node": ">=18"
},
"dependencies": {
"customizr": "^3.0.1",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"assert": "^2.1.0",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"mocha": "^10.8.2",
"nexpect": "^0.6.0"
},
"scripts": {
"test": "grunt clean && mocha test/runner.js"
},
"keywords": [
"gruntplugin",
"modernizr",
"customizr"
],
"directories": {
"test": "test"
}
}