forked from punkish/lana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 997 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
36
37
38
39
40
41
42
{
"name": "lana",
"version": "1.0.0",
"description": "a simple open data application by Open Labs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/punkish/lana.git"
},
"keywords": [
"open data",
"free software",
"Tirana"
],
"author": "Open Labs",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/punkish/lana/issues"
},
"homepage": "https://github.com/punkish/lana#readme",
"dependencies": {
"chance": "^1.0.4",
"chart.js": "^2.4.0",
"good": "^7.0.2",
"good-console": "^6.3.1",
"good-squeeze": "^5.0.0",
"hapi": "^15.2.0",
"hapi-auth-basic": "^4.2.0",
"inert": "^4.0.2",
"lout": "^9.2.0",
"minimist": "^1.2.0",
"mustache": "^2.2.1",
"nedb": "^1.8.0",
"node-csv-json": "^0.2.1",
"showdown": "^1.4.0",
"vision": "^4.1.0",
"yaml-front-matter": "3.4.0"
}
}