-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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-vault",
"version": "0.3.0",
"repository": "https://github.com/trailbot/vault",
"license": "MIT",
"engines": {
"node": ">=5.0.0"
},
"dependencies": {
"horizon": "^1.1.3",
"pgp-word-list-converter": "^1.0.0"
},
"scripts": {
"build": "grunt",
"setup": "./postinstall",
"start": "./start",
"start-dev": "./start --dev --debug",
"set-schema": "hz set-schema /etc/trailbot-vault/schema.toml --force",
"test": "grunt"
},
"bin": {
"trailbot-vault": "./start",
"hz": "node_modules/.bin/hz"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.9.2",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-iced-coffee": "stampery/grunt-contrib-coffee#348c2d7",
"iced-coffee-script": "^108.0.11",
"jade": "^1.11.0",
"node-pgp": "0.0.1",
"openpgp": "^2.3.2",
"stylus": "^0.54.5",
"vue": "^1.0.26",
"vue-focus": "^0.1.1",
"vue-router": "^0.7.13",
"vueify": "^8.5.4"
}
}