-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
35 lines (35 loc) · 983 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
34
35
{
"name": "sitewhere-documentation",
"productName": "SiteWhere CE Documentation",
"version": "2.0.0-rc2",
"description": "Documentation for the community edition of the SiteWhere open source IoT platform",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitewhere/sitewhere-documentation.git"
},
"keywords": [
"sitewhere",
"documentation"
],
"author": "Derek Adams <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sitewhere/sitewhere-documentation/issues"
},
"homepage": "https://github.com/sitewhere/sitewhere-documentation#readme",
"devDependencies": {
"eslint": "^5.5.0",
"simplelightbox": "^1.13.0",
"spectacle-docs": "^1.0.5",
"vuepress": "^0.14.2"
},
"dependencies": {
"redoc": "^2.0.0-alpha.38",
"roboto-fontface": "^0.10.0"
}
}