-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 895 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
{
"name": "opendsu",
"version": "1.0.0",
"description": "OpenDSU emerging standard public documentation",
"scripts": {
"postinstall": "node ./node_modules/octopus/scripts/run && npm run build",
"build-cardinal": "node ./node_modules/octopus/scripts/run build-cardinal",
"build-theme": "node ./node_modules/octopus/scripts/run copy-w3c-theme",
"build": "npm run build-cardinal && npm run build-theme",
"web": "ws --spa ./index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenDSU/opendsu.git"
},
"dependencies": {
"octopus": "git+https://github.com/PrivateSky/octopus.git#1.0.4",
"local-web-server": "^3.0.7"
},
"keywords": [
"cardinal"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenDSU/opendsu/issues"
},
"homepage": "https://github.com/OpenDSU/opendsu#readme"
}