forked from jsoverson/grunt-env
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 984 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
45
{
"name": "grunt-env",
"description": "Specify an ENV configuration for future tasks in the chain",
"version": "0.4.4",
"homepage": "https://github.com/jsoverson/grunt-env",
"author": {
"name": "Jarrod Overson",
"email": "jsoverson@gmail.com",
"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"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-jscs": "^1.5.0"
},
"keywords": [
"gruntplugin",
"env",
"config"
],
"dependencies": {
"ini": "~1.3.0",
"lodash": "^4.17.11"
}
}