slap/package.json
2014-05-03 23:59:10 -05:00

35 lines
665 B
JSON

{
"name": "slap",
"version": "0.0.6",
"description": "",
"preferGlobal": true,
"main": "index.js",
"bin": {
"slap": "./index.js"
},
"scripts": {
"test": "test/index.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT",
"dependencies": {
"blessed": "beardtree/blessed",
"lazy.js": "^0.3.2",
"xtend": "^3.0.0",
"rc": "^0.3.5",
"copy-paste": "beardtree/node-copy-paste",
"undo.js": "^0.1.0",
"highlight.js": "beardtree/highlight.js#slap",
"cheerio": "^0.15.0",
"lex": "^1.7.5",
"bluebird": "^1.2.4"
},
"devDependencies": {
"tape": "^2.12.3"
}
}