slap/package.json

37 lines
716 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-05-12 20:14:57 +04:00
"version": "0.0.18",
2014-04-21 22:20:48 +04:00
"description": "",
"preferGlobal": true,
2014-04-21 22:20:48 +04:00
"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-05-05 11:50:46 +04:00
"bluebird": "^1.2.4",
"cheerio": "^0.15.0",
2014-04-29 01:36:40 +04:00
"copy-paste": "beardtree/node-copy-paste",
2014-05-05 11:50:46 +04:00
"entities": "^1.1.1",
2014-05-03 10:59:28 +04:00
"highlight.js": "beardtree/highlight.js#slap",
2014-05-05 11:50:46 +04:00
"lazy.js": "^0.3.2",
2014-05-03 15:57:13 +04:00
"lex": "^1.7.5",
"lodash": "^2.4.1",
2014-05-05 11:50:46 +04:00
"rc": "^0.3.5",
"undo.js": "^0.1.0",
"xtend": "^3.0.0"
2014-04-30 10:44:23 +04:00
},
"devDependencies": {
"tape": "^2.12.3"
2014-04-21 22:20:48 +04:00
}
}