-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
33 lines (33 loc) · 943 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": "osjs-manual",
"version": "1.0.0",
"description": "OS.js Manual",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/os-js/manual.os-js.org.git"
},
"keywords": [
"os.js"
],
"author": "Anders Evenrud <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/os-js/manual.os-js.org/issues"
},
"homepage": "https://github.com/os-js/manual.os-js.org#readme",
"dependencies": {
"gitbook": "^3.2.3",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-adsense": "^1.0.3",
"gitbook-plugin-alerts": "^0.2.0",
"gitbook-plugin-codepen": "^0.1.2",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-ga": "^1.0.1",
"gitbook-plugin-sitemap": "git+https://github.com/andersevenrud/plugin-sitemap.git#master",
"node-fs-extra": "^0.8.1"
}
}