-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.04 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": "trailbot-watcher",
"version": "0.3.2",
"dependencies": {
"@horizon/client": "~1.1.3",
"chokidar": "*",
"coffee-script": "*",
"colors": "*",
"diff": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-iced-coffee": "*",
"iced-coffee-script": "*",
"iced-error": "*",
"iced-runtime": "*",
"inquirer": "*",
"kbpgp": "*",
"mkdirp": "*",
"node-localstorage": "*",
"npm": "*",
"pgp-word-list-converter": "*",
"progress": "*",
"simple-git": "*",
"sleep": "*",
"spawn-npm-install": "*",
"vm2": "*",
"watch": "*",
"ws": "^0.8.1"
},
"engines": {
"node": "5.x"
},
"devDependencies": {
"grunt-concurrent": "*",
"grunt-contrib-watch": "*",
"grunt-githooks": "*",
"grunt-nodemon": "*",
"ngrok": "*"
},
"scripts": {
"start": "./scripts/start",
"export": "./scripts/export",
"service": "./scripts/service",
"setup": "./scripts/setup && ./scripts/service"
},
"bin": {
"trailbot-watcher": "./scripts/start"
}
}