slap/package.json

35 lines
658 B
JSON
Raw Normal View History

2014-04-21 22:20:48 +04:00
{
2014-04-28 12:48:47 +04:00
"name": "slap",
2014-04-21 22:20:48 +04:00
"version": "0.0.0",
"description": "",
"main": "index.js",
2014-04-26 21:07:26 +04:00
"bin": {
2014-04-28 12:48:47 +04:00
"slap": "./index.js"
2014-04-26 21:07:26 +04:00
},
2014-04-21 22:20:48 +04:00
"scripts": {
2014-04-30 10:44:23 +04:00
"test": "test/index.js"
2014-04-21 22:20:48 +04:00
},
"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-29 01:36:40 +04:00
"copy-paste": "beardtree/node-copy-paste",
2014-04-29 11:35:49 +04:00
"undo.js": "beardtree/undo",
"highlight.js": "^8.0.0",
2014-04-30 10:44:23 +04:00
"cheerio": "^0.15.0",
2014-05-01 10:35:22 +04:00
"lex": "^1.7.5",
"event-stream": "^3.1.5"
2014-04-30 10:44:23 +04:00
},
"devDependencies": {
"tape": "^2.12.3"
2014-04-21 22:20:48 +04:00
}
}