-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 KB
/
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
{
"name": "text-emulator",
"version": "1.0.0",
"description": "Text emulator for quick testing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run babel-node --debug=${DEBUG_PORT:-5858} -- index.js",
"credentials": "npm run babel-node -- scripts/generate-credentials.js",
"babel-node": "babel-node"
},
"repository": {
"type": "git",
"url": "https://github.com/anyWareSculpture/text-emulator.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/anyWareSculpture/text-emulator/issues"
},
"homepage": "https://github.com/anyWareSculpture/text-emulator",
"dependencies": {
"anyware": "*",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-preset-es2015": "^6.9.0",
"blessed": "https://github.com/chjj/blessed.git",
"copy-paste": "^1.1.4",
"flux": "^2.0.3",
"source-map-support": "^0.3.3"
},
"devDependencies": {
"colors": "^1.1.2",
"prompt": "^0.2.14"
}
}