You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
665 B
33 lines
665 B
{
|
|
"name": "utile",
|
|
"description": "A drop-in replacement for `util` with some additional advantageous functions",
|
|
"version": "0.2.1",
|
|
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
|
|
"maintainers": [
|
|
"indexzero <charlie@nodejitsu.com>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/flatiron/utile.git"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.2.9",
|
|
"deep-equal": "*",
|
|
"i": "0.3.x",
|
|
"mkdirp": "0.x.x",
|
|
"ncp": "0.4.x",
|
|
"rimraf": "2.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"vows": "0.7.x"
|
|
},
|
|
"scripts": {
|
|
"test": "vows --spec"
|
|
},
|
|
"main": "./lib/index",
|
|
"engines": {
|
|
"node": ">= 0.6.4"
|
|
}
|
|
}
|
|
|