-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
43 lines (43 loc) · 1 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
{
"name": "grunt-legacy-util",
"description": "Some old grunt utils provided for backwards compatibility.",
"version": "2.0.0",
"author": "Grunt Development Team (https://gruntjs.com/development-team)",
"homepage": "http://gruntjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-legacy-util.git"
},
"bugs": {
"url": "http://github.com/gruntjs/grunt-legacy-util/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=10"
},
"keywords": [
"grunt",
"legacy"
],
"dependencies": {
"async": "~3.2.0",
"exit": "~0.1.2",
"getobject": "~1.0.0",
"hooker": "~0.2.3",
"lodash": "~4.17.21",
"underscore.string": "~3.3.5",
"which": "~2.0.2"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-nodeunit": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"temporary": "1.1.0"
}
}