-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1017 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
{
"name": "poursteady-config",
"version": "1.0.0",
"description": "Poursteady's wrapping around the Node Command-Line-Args library with additional configuration file support",
"main": "distribution/index.js",
"scripts": {
"start": "babel-node index.jsx",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel *.jsx --out-dir distribution"
},
"author": "Ian Grossberg <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/steadyequipment/node-poursteady-config.git"
},
"bugs": {
"url": "https://github.com/steadyequipment/node-poursteady-config/issues"
},
"homepage": "https://github.com/steadyequipment/node-poursteady-config#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0"
},
"dependencies": {
"ansi-escape-sequences": "^3.0.0",
"command-line-args": "^3.0.3",
"command-line-usage": "^3.0.7"
}
}