-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
51 lines (51 loc) · 1.07 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": "load-grunt-config",
"version": "4.0.0",
"description": "Grunt plugin that lets you break up your Gruntfile config by task",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/firstandthird/load-grunt-config.git"
},
"keywords": [
"gruntplugin",
"yaml",
"cson",
"grunt",
"config"
],
"author": "First + Third",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/load-grunt-config/issues"
},
"files": [
"lib",
"index.js"
],
"engines": {
"node": ">=10"
},
"devDependencies": {
"grunt": "1.4.1",
"grunt-contrib-jshint": "3.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-gh-pages": "4.0.0",
"grunt-mocha-cli": "7.0.0",
"grunt-notify": "0.4.5",
"proxyquire": "2.1.3",
"sinon": "11.1.1"
},
"dependencies": {
"cson": "7.20.0",
"glob": "7.1.7",
"jit-grunt": "0.10.0",
"js-yaml": "4.1.0",
"js-yaml-js-types": "1.0.0",
"load-grunt-tasks": "5.1.0",
"lodash": "4.17.21"
}
}