-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "infinias-doorman",
"version": "0.0.1",
"description": "A service to open an Infinias IntelliM Access Control door on command.",
"main": "dist/doorman-run.js",
"scripts": {
"build": "gulp",
"prepublishOnly": "npm run build",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"infinias",
"intellim",
"access",
"control",
"amazon",
"dash",
"button"
],
"author": "Ian Cervantez <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=9.11.1"
},
"dependencies": {
"ajv": "^6.4.0",
"cap": "^0.2.0",
"es6-promisify": "^6.0.0",
"form-data": "^2.3.2",
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-uglify": "^3.0.0"
}
}