-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "mappy",
"description": "Mappy the sheep",
"repository": {
"type": "git",
"url": "http://github.com/tobiwild/mappy.git"
},
"scripts": {
"start": "node server.js",
"test": "mocha \"test/**/*.js\"",
"lint": "eslint lib test server.js"
},
"dependencies": {
"@slack/client": "^4.8.0",
"body-parser": "^1.18.3",
"debug": "^4.1.0",
"express": "^4.16.4",
"googleapis": "^44.0.0",
"jenkins": "0.22.1",
"lodash": "^4.17.11",
"mappy-commands": "git+https://github.com/tobiwild/mappy-commands.git",
"node-schedule": "^1.3.0",
"q": "^1.5.1",
"request": "^2.88.0",
"serialport": "^7.0.2"
},
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.2.0",
"eslint-plugin-prettier": "^3.1.1",
"mocha": "^6.2.2",
"prettier": "^1.18.2",
"proxyquire": "^1.7.2",
"sinon": "^1.16.1"
},
"version": "0.0.1"
}