-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "aha",
"version": "1.0.1",
"description": "Visual communication app for GE Health Challenge at Junction 2016",
"main": "server/index.js",
"scripts": {
"start": "node server/populate && webpack && node server/index.js",
"build": "webpack --watch",
"populate": "node server/populate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taataa/aha.git"
},
"keywords": [
"health",
"images"
],
"author": "Akseli Palen <akseli.palen@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/taataa/aha/issues"
},
"homepage": "https://github.com/taataa/aha#readme",
"dependencies": {
"express": "^4.14.0",
"leveldown": "^1.5.0",
"levelup": "^1.3.3",
"lodash": "^4.17.2",
"mkdirp": "^0.5.1",
"nudged": "^1.2.0",
"shortid": "^2.2.6",
"socket.io": "^1.6.0",
"socket.io-client": "^1.6.0",
"taach": "taataa/taach.git#develop",
"taaspace": "^3.0.2"
},
"devDependencies": {
"webpack": "^1.13.3"
}
}