forked from raffishquartan/grunt-set-app-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.24 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.24 KB
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
52
53
54
{
"name": "grunt-set-app-mode",
"description": "Deploys run mode-specific files, e.g. src/config.staging.js to build/config.js",
"version": "0.1.4",
"homepage": "https://github.com/cfogelberg/grunt-set-app-mode",
"author": {
"name": "Christo Fogelberg",
"email": "cfogelberg@gmail.com",
"url": "http://qualocustech.wordpress.com"
},
"repository": {
"type": "git",
"url": "git://github.com/cfogelberg/grunt-set-app-mode.git"
},
"bugs": {
"url": "https://github.com/cfogelberg/grunt-set-app-mode/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cfogelberg/grunt-set-app-mode/blob/master/LICENSE-MIT"
}
],
"config": {
"travis-cov": {
"threshold": 90
}
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"blanket": "^1.1.6",
"grunt": "~0.4.4",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-coveralls": "^0.3.0",
"grunt-mocha-test": "^0.10.2",
"mocha-lcov-reporter": "^0.0.1",
"should": "^4.0",
"travis-cov": "^0.2.5"
},
"peerDependencies": {
"grunt": "~0.4.4"
},
"keywords": [
"gruntplugin",
"grunt",
"build"
]
}