slap/package.json

27 lines
496 B
JSON
Raw Normal View History

2014-04-21 22:20:48 +04:00
{
"name": "nip",
"version": "0.0.0",
"description": "",
"main": "index.js",
2014-04-26 21:07:26 +04:00
"bin": {
"nip": "./index.js"
},
2014-04-21 22:20:48 +04:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT",
"dependencies": {
2014-04-25 23:58:18 +04:00
"blessed": "beardtree/blessed",
2014-04-21 22:20:48 +04:00
"lazy.js": "^0.3.2",
"xtend": "^3.0.0",
"rc": "^0.3.5",
2014-04-26 01:10:28 +04:00
"optimist": "^0.6.1",
2014-04-28 12:43:46 +04:00
"copy-paste": "beardtree/node-copy-paste"
2014-04-21 22:20:48 +04:00
}
}