-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 964 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": "upring-demos",
"version": "0.0.1",
"description": "Some demos about UpRing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-chat": "browserify -t sheetify/transform -d chat/client.js > chat/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/upring-demos.git"
},
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/upring-demos/issues"
},
"homepage": "https://github.com/mcollina/upring-demos#readme",
"dependencies": {
"baseswim": "^1.0.0",
"hapi": "^16.1.0",
"hapi-pino": "^1.3.0",
"inert": "^4.1.0",
"multines": "^0.2.0",
"nes": "^6.4.0",
"pino": "^4.0.3",
"sheetify": "^6.0.1",
"tachyons": "^4.6.2",
"upring-control": "^0.1.4",
"upring-kv": "^0.4.4",
"upring-pubsub": "^0.2.1",
"yo-yo": "^1.4.0"
}
}