-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.4 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
50
51
52
53
54
{
"name": "paz-scheduler",
"version": "0.0.1",
"description": "Takes apps from your paz service directory and runs them on a CoreOS cluster using fleet",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/paz-sh/paz-scheduler"
},
"scripts": {
"test": "docker-compose build && docker-compose up -d && sleep 3 && lab && docker-compose stop",
"codestyle": "jscs -p google bin/ lib/ middleware/ resources/ server.js",
"lint": "eslint .",
"docs": "mkdir -p docs/generated && aglio -i apiary.apib -o docs/generated/index.html",
"docs-server": "st -p 9002 -d docs/generated -i index.html"
},
"keywords": [
"paas",
"paz",
"etcd",
"fleet"
],
"dependencies": {
"argh": "^0.1.1",
"async": "0.7.0",
"bunyan": "^0.22.3",
"error-plus": "0.0.1",
"execSync": "^1.0.1-pre",
"fleetctl-ssh": "^0.2.1",
"ini": "1.3.2",
"joi": "^4.0.0",
"json-override": "^0.1.2",
"leveldown": "^0.10.2",
"levelup": "^0.18.2",
"minimist": "^0.2.0",
"node-etcd": "^4.0.2",
"restify": "^2.7.0"
},
"devDependencies": {
"aglio": "^1.14.0",
"debug": "^1.0.4",
"expectations": "^0.2.5",
"lab": "^4.4.4",
"precommit-hook": "^1.0.7",
"supertest": "^0.12.0",
"eslint": "0.18.0",
"jscs": "1.12.0"
},
"precommit": [
"lint",
"codestyle"
],
"author": "Luke Bond <luke@yld.io>"
}