-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "vim-ale-playbulb",
"version": "1.0.0",
"description": "Change playbulb candle color while files are linted!",
"main": "lib/index.js",
"scripts": {
"start": "nodemon --debug lib/ -e js --exec babel-node lib/index.js",
"build": "babel lib -d dist",
"serve": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vim",
"ale",
"lint",
"candle",
"playbulb",
"iot",
"raspberry",
"bluetooth"
],
"author": "josex2r",
"license": "ISC",
"dependencies": {
"babel-preset-latest": "^6.24.1",
"body-parser": "^1.17.2",
"debug": "^2.6.8",
"express": "^4.15.3",
"noble": "^1.8.1",
"q": "^1.5.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"nodemon": "^1.11.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josex2r/vim-ale-playbulb.git"
},
"bugs": {
"url": "https://github.com/josex2r/vim-ale-playbulb/issues"
},
"homepage": "https://github.com/josex2r/vim-ale-playbulb#readme"
}