-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 910 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
34
35
36
37
{
"name": "washer",
"version": "0.0.3",
"description": "Simple app to check washer status and send notifications when washing is done.",
"main": "app.js",
"dependencies": {
"finalhandler": "^1.0.4",
"request": "^2.81.0",
"serve-static": "^1.2.4"
},
"engines": {
"node": "8.4.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mzgajner/washer.git"
},
"author": "mzgajner",
"license": "MIT",
"bugs": {
"url": "https://github.com/mzgajner/washer/issues"
},
"homepage": "https://github.com/mzgajner/washer#readme",
"eslintConfig": {
"extends": "airbnb-base"
}
}