-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 931 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
{
"name": "js-config",
"version": "1.0.3",
"description": "A helper for config management in JS - for any browser, node.js and io.js",
"main": "src/JsConfig.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test",
"dev": "grunt watch"
},
"repository": {
"type": "git",
"url": "https://github.com/dorightdigital/js-config.git"
},
"keywords": [
"Config",
"Environment",
"Node",
"Browser",
"Configuration"
],
"author": "Mat Carey <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dorightdigital/js-config/issues"
},
"homepage": "https://github.com/dorightdigital/js-config",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jasmine-nodejs": "^1.0.2",
"grunt-jslint": "^1.1.12"
}
}