forked from balena-io/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 921 Bytes
/
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
{
"name": "resin-docs",
"version": "0.0.0",
"description": "This repo contains our public-facing documentation.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install --allow-root && ./tools/prepare.sh",
"build": "./tools/build.sh",
"watch-pages": "watch ./tools/build.sh pages shared templates config"
},
"repository": {
"type": "git",
"url": "git://github.com/resin-io/docs.git"
},
"author": "Resin.io <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/resin-io/docs/issues"
},
"homepage": "https://github.com/resin-io/docs",
"dependencies": {
"@resin.io/doxx": "^0.9.1",
"bower": "^1.7.9",
"coffee-script": "~1.10.0",
"express": "^4.13.4",
"lodash": "^4.11.1"
},
"devDependencies": {
"watch": "^0.18.0"
}
}