-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 885 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
{
"name": "configuration-by-argument",
"version": "1.0.1",
"description": "Send the path to your JSON configuration file in command line arguments",
"main": "lib/configuration-by-argument.js",
"scripts": {
"test": "mocha test/unit --config test/data/config.json --config2 test/data/config2.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TBear79/configuration-by-argument.git"
},
"keywords": [
"configuration",
"arguments"
],
"author": "Thorbjørn Jelgren",
"license": "MIT",
"bugs": {
"url": "https://github.com/TBear79/configuration-by-argument/issues"
},
"homepage": "https://github.com/TBear79/configuration-by-argument#readme",
"dependencies": {
"jsonschema": "^1.1.0",
"minimist": "^1.2.0",
"util": "^0.10.3"
},
"devDependencies": {
"sinon": "^1.17.4",
"chai": "^3.5.0"
}
}