[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
|
||||
config.json
|
||||
test/fixtures/*.json
|
||||
node_modules
|
||||
node_modules/
|
||||
node_modules/*
|
||||
npm-debug.log
|
|
@ -10,12 +10,9 @@
|
|||
"keywords": ["configuration", "key value store", "redis"],
|
||||
"dependencies": {
|
||||
"async": "0.1.x",
|
||||
"redis": "0.5.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vows": "0.5.x"
|
||||
"redis": "0.6.x"
|
||||
},
|
||||
"main": "./lib/nconf",
|
||||
"scripts": { "test": "vows test/*-test.js --spec" },
|
||||
"engines": { "node": ">= 0.4.x" }
|
||||
"engines": { "node": ">= 0.4.0" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue