Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 15, 2012
1 parent cb43279 commit 765149c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
@@ -0,0 +1,34 @@
{
"name": "npmconf",
"version": "0.0.0",
"description": "The config thing npm uses",
"main": "npmconf.js",
"directories": {
"test": "test"
},
"dependencies": {
"config-chain": "~1.1.0",
"inherits": "~1.0.0",
"once": "~1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/npmconf"
},
"keywords": [
"npm",
"config",
"config-chain",
"conf",
"ini"
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"license": "BSD",
"optionalDependencies": {
"nopt": "~2.0.0"
}
}

0 comments on commit 765149c

Please sign in to comment.