-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 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
{
"name": "agile-enforcer",
"version": "0.0.1",
"description": "Agile Enforcer API",
"license": "Apache-2.0",
"author": "balena.io Ltd (https://balena.io)",
"contributors": [
"Lorenzo Alberto Maria Ambrosi <[email protected]>"
],
"keywords": [
"iot",
"agile",
"enforcer"
],
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"test": "mocha",
"lint": "standard lib && standard --env mocha test",
"lint-fix": "standard --fix lib && standard --fix --env mocha test",
"example": "ENFORCER_DEV_MODE=true node example.js"
},
"dependencies": {
"agile-sdk": "1.2.6",
"express": "4.16.3",
"express-bearer-token": "2.2.0",
"js-yaml": "3.12.0",
"lodash": "4.17.10"
},
"devDependencies": {
"mocha": "5.2.0",
"standard": "11.0.1"
},
"peerDependencies": {},
"optionalDependencies": {},
"homepage": "https://github.com/Agile-IoT/agile-enforcer",
"repository": {
"type": "git",
"url": "https://github.com/Agile-IoT/agile-enforcer.git"
},
"bugs": {
"url": "https://github.com/Agile-IoT/agile-enforcer/issues"
}
}