-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 843 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
{
"name": "nconf-strip-json-comments",
"version": "0.1.0",
"description": "Enable nconf to parse commented JSON files.",
"main": "index.js",
"scripts": {
"test":"mocha --compilers coffee:coffee-script/register test/*.coffee"
},
"keywords": [
"nconf",
"JSON",
"comments",
"stripJsonComments"
],
"author": {
"name": "Julian Dreissig",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/thirtified/nconf-strip-json-comments.git"
},
"bugs": {
"url": "https://github.com/thirtified/nconf-strip-json-comments/issues"
},
"license": "BSD-3-Clause",
"dependencies": {
"nconf": "^0.7.1",
"strip-json-comments": "^1.0.2"
},
"devDependencies": {
"mocha": "^1.18.0",
"coffee-script": "^1.8.0",
"chai": "1.10.0"
}
}