-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.18 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
{
"name": "ssb-igo",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"build": "pulp build",
"links": "rm electron/dist/*; ln -s ../../output/App.UI.Main electron/dist/ui.js && ln -s ../../output/App.DB.Main electron/dist/db.js",
"bundle": "bin/bundle-dist",
"dev": "concurrently --raw --kill-others \"bin/watch-es6.sh\" \"sass --watch electron/style:electron/build\"",
"electron": "electron ./electron/main.js",
"sbot": "node bin/start-sbot.js",
"sbot:init": "node bin/start-sbots.js yes",
"start": "npm run build && parcel index.html",
"test": "pulp test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-preset-env": "^1.7.0",
"concurrently": "^3.5.1",
"electron": "^1.8.4",
"electron-reload": "^1.2.2"
},
"dependencies": {
"flumeview-reduce": "^1.3.13",
"lodash": "^4.17.10",
"pull-abortable": "^4.1.1",
"purescript-ssb-util": "^0.1.0",
"ramda": "^0.25.0",
"scuttlebot": "^11.2.1",
"ssb-about": "^0.1.2",
"ssb-client": "^4.5.7",
"ssb-contacts": "^0.0.2",
"ssb-private": "^0.1.4",
"tenuki": "git+https://[email protected]/maackle/tenuki#ssb-igo"
}
}