[dist] Update package.json and .gitignore
This commit is contained in:
parent
c21ab02f44
commit
a4f00be991
2 changed files with 5 additions and 6 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
config.json
|
config.json
|
||||||
test/fixtures/*.json
|
test/fixtures/*.json
|
||||||
node_modules
|
node_modules/
|
||||||
|
node_modules/*
|
||||||
|
npm-debug.log
|
|
@ -10,12 +10,9 @@
|
||||||
"keywords": ["configuration", "key value store", "redis"],
|
"keywords": ["configuration", "key value store", "redis"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "0.1.x",
|
"async": "0.1.x",
|
||||||
"redis": "0.5.x"
|
"redis": "0.6.x"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"vows": "0.5.x"
|
|
||||||
},
|
},
|
||||||
"main": "./lib/nconf",
|
"main": "./lib/nconf",
|
||||||
"scripts": { "test": "vows test/*-test.js --spec" },
|
"scripts": { "test": "vows test/*-test.js --spec" },
|
||||||
"engines": { "node": ">= 0.4.x" }
|
"engines": { "node": ">= 0.4.0" }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue