slap/package.json
2014-04-28 03:48:47 -05:00

27 lines
498 B
JSON

{
"name": "slap",
"version": "0.0.0",
"description": "",
"main": "index.js",
"bin": {
"slap": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT",
"dependencies": {
"blessed": "beardtree/blessed",
"lazy.js": "^0.3.2",
"xtend": "^3.0.0",
"rc": "^0.3.5",
"optimist": "^0.6.1",
"copy-paste": "beardtree/node-copy-paste"
}
}