-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 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
{
"name": "stockpiler",
"version": "2.0.1",
"description": "Simplify your node.js configuration",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=stockpiler-test mocha --reporter spec --check-leaks test/",
"autotest": "NODE_ENV=stockpiler-test mocha --watch --reporter spec --check-leaks test/"
},
"repository": {
"type": "git",
"url": "https://github.com/loganfuller/stockpiler.git"
},
"keywords": [
"config",
"configuration",
"environment",
"json"
],
"author": "Logan Fuller <fuller.logan@gmail.com>",
"contributors": [
"Logan Fuller <fuller.logan@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/loganfuller/stockpiler/issues"
},
"homepage": "https://github.com/loganfuller/stockpiler",
"dependencies": {
"lodash": "^3.9.3",
"minimist": "^1.1.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^6.0.3"
}
}