forked from slap-editor/slap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 951 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "slap",
"version": "0.0.32",
"description": "CLI text editor for the masses",
"preferGlobal": true,
"main": "index.js",
"bin": {
"slap": "./index.js"
},
"scripts": {
"start": "./index.js",
"test": "test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/slap-editor/slap.git"
},
"bugs": "https://github.com/slap-editor/slap/issues",
"author": "",
"license": "MIT",
"dependencies": {
"blessed": "slap-editor/blessed",
"bluebird": "^1.2.4",
"cheerio": "^0.15.0",
"copy-paste": "slap-editor/node-copy-paste",
"entities": "^1.1.1",
"highlight.js": "slap-editor/highlight.js#slap",
"lazy.js": "^0.3.2",
"lex": "^1.7.5",
"lodash": "^2.4.1",
"longjohn": "^0.2.4",
"rc": "^0.3.5",
"traverse": "^0.6.6",
"undo.js": "^0.1.0",
"winston": "^0.7.3",
"xtend": "^3.0.0"
},
"devDependencies": {
"tape": "^2.12.3"
}
}