-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 969 Bytes
/
package.json
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
{
"name": "editor-widget",
"version": "1.1.1",
"description": "Editor widget used by slap-editor/slap",
"main": "index.js",
"dependencies": {
"base-widget": "1.1.0",
"blessed": "0.1.81",
"bluebird": "3.4.1",
"cheerio": "^0.20.0",
"copy-paste": "^1.1.4",
"es6-set": "0.1.4",
"highlight.js": "9.5.0",
"iconv-lite": "0.4.13",
"lodash": "3.10.1",
"minimist": "1.2.0",
"rc": "1.1.6",
"semver": "5.3.0",
"slap-util": "1.0.7",
"text-buffer": "8.0.6"
},
"devDependencies": {
"get-random-port": "0.0.1",
"tape": "4.6.0"
},
"scripts": {
"test": "spec/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slap-editor/editor-widget.git"
},
"author": "Dan Kaplun <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/slap-editor/editor-widget/issues"
},
"homepage": "https://github.com/slap-editor/editor-widget#readme"
}