-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 870 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
{
"name": "mud",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"colors": "^1.1.2",
"expect": "^1.20.2",
"import-export": "^1.0.1",
"lodash": "^4.17.4",
"redux": "^3.6.0",
"telnet": "git://github.com/TooTallNate/node-telnet.git",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-watch": "^2.0.6",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"glob": "^7.1.1"
},
"scripts": {
"start": "babel-watch index.js --presets es2015,stage-2",
"test": "babel-node test.js --presets es2015,stage-2",
"tdd": "babel-watch test.js --presets es2015,stage-2",
"lint": "eslint ."
},
"author": "",
"license": "ISC"
}