-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.08 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "mobile-manager",
"version": "0.9.0",
"description": "Manager of mobiles devices",
"author": {
"name": "Eugene Levenetc",
"email": "hello@elevenetc.su",
"url": "https://elevenetc.su/"
},
"scripts": {
"start": "node ./src/app.js",
"test": "mocha",
"cover": "istanbul cover _mocha",
"test-cov": "istanbul cover _mocha"
},
"maintainers": [
{
"name": "elevenetc",
"email": "hello@elevenetc.su"
}
],
"keywords": [
"mobile",
"device",
"android",
"remote"
],
"homepage": "https://github.com/elevenetc/mobile-manager",
"main": "src/index.js",
"dependencies": {
"body-parser": "~1.15.1",
"bunyan": "^1.8.5",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"node-gcm": "^0.14.4",
"restify": "^4.2.0",
"sequelize": "^3.24.1",
"serve-favicon": "~2.3.0",
"winston": "^2.2.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"sinon": "^1.17.5",
"mocha-lcov-reporter": "^1.2.0"
},
"license": "MIT"
}