-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
44 lines (44 loc) · 952 Bytes
/
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
{
"name": "grunt-env",
"description": "Specify an ENV configuration for future tasks in the chain",
"version": "1.0.1",
"homepage": "https://github.com/jsoverson/grunt-env",
"author": {
"name": "Jarrod Overson",
"email": "[email protected]",
"url": "http://jarrodoverson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/jsoverson/grunt-env.git"
},
"bugs": {
"url": "https://github.com/jsoverson/grunt-env/issues"
},
"licenses": [
{
"type": "Apache2",
"url": "https://github.com/jsoverson/grunt-env/blob/master/LICENSE-Apache2"
}
],
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt --stack"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0"
},
"keywords": [
"gruntplugin",
"env",
"config"
],
"dependencies": {
"ini": "^1.3.5",
"lodash": "^4.17.14"
}
}