-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.42 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.42 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "telly-net",
"version": "0.0.0",
"description": ">",
"homepage": "",
"author": "Jacqui Manzi <jacquimanzi@gmail.com>",
"files": [
"dist"
],
"main": "dist/index.js",
"keywords": [],
"devDependencies": {
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "6.9.0",
"babel-register": "^6.9.0",
"del": "^2.0.2",
"eslint": "^3.1.1",
"eslint-config-xo-space": "^0.14.0",
"eslint-plugin-babel": "^3.3.0",
"esprima": "^3.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"isparta": "^4.0.0",
"sinon": "^1.17.6",
"tmi.js": "^1.1.1",
"nodemon": "^1.11.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": {
"type": "git",
"url": "/telly-net"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "letsrobot",
"directories": {
"test": "test"
},
"dependencies": {
"convict": "^1.5.0",
"express": "^4.14.0",
"gulp-cli": "^1.2.2",
"lodash": "^4.17.4",
"mysql": "^2.12.0",
"requirejs": "^2.3.0",
"websocket": "^1.0.23",
"winston": "^2.2.0"
}
}