-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 985 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 985 Bytes
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
{
"name": "runtime-configuration",
"description": "Runtime configuration loader",
"version": "0.1.2",
"author": "Vladimir Tsvang <vtsvang@gmail.com>",
"dependencies": {
"coffee-script": "1.4.0",
"node.extend": "1.0.0",
"optimist": "0.3.5",
"glob": "3.1.17",
"async": "0.1.22",
"plist": "0.4.2",
"yamljs": "0.1.4",
"ini": "1.1.0"
},
"devDependencies": {
"wrench": "1.4.4",
"mocha": "1.8.1",
"should": "1.2.1",
"sinon": "1.5.2",
"codo": "1.5.4"
},
"keywords": [
"rc",
"configuration",
"runtime-configuration"
],
"repository": "git://github.com/vtsvang/node-runtime-configuration.git",
"main": "index.js",
"bin": {},
"scripts": {
"prepublish": "npm prune",
"test": "./node_modules/mocha/bin/mocha test/run.coffee --debug",
"generate-doc": "./node_modules/codo/bin/codo --name rc --title \"Runtime-onfiguration Documentation\" --private ./lib"
},
"engines": {
"node": "*"
}
}