-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
44 lines (44 loc) · 1.53 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
{
"name": "solidos",
"private": true,
"description": "SolidOS - Operating System for Solid",
"repository": {
"type": "git",
"url": "https://github.com/solidos/solidos"
},
"keywords": [
"solidos",
"solid",
"decentralized"
],
"author": "Tim Berners-Lee <timbl@mit.edu>",
"contributors": [
"https://github.com/solidos/solidos/graphs/contributors"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/solidos/solidos/issues"
},
"homepage": "https://solidos.solidcommunity.net/",
"scripts": {
"start": "scripts/start",
"start-css": "scripts/start-css",
"start-nss": "scripts/start-nss",
"watch": "scripts/watch",
"add": "scripts/add",
"addPanes": "npm run add activitystreams && npm run add chat && npm run add contacts && npm run add folder && npm run add issue && npm run add meeting && npm run add profile && npm run add source",
"delete": "scripts/delete",
"deletePanes": "npm run add activitystreams-pane && npm run delete chat-pane && npm run delete contacts-pane && npm run delete folder-pane && npm run delete issue-pane && npm run delete meeting-pane && npm run delete profile-pane && npm run delete source-pane",
"reset": "scripts/reset",
"setup": "scripts/install && scripts/reset",
"release": "/bin/bash scripts/release",
"bootstrap": "lerna bootstrap --force-local --scope ",
"switchToBranch": "scripts/delete && scripts/switch-branch"
},
"devDependencies": {
"concurrently": "5.3.0",
"lerna": "3.22.1"
},
"dependencies": {
}
}