-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 1.66 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "habitlab-website",
"version": "1.0.0",
"private": true,
"description": "",
"main": "app.js",
"engines": {
"node": "8.x"
},
"dependencies": {
"app-module-path": "^2.2.0",
"bluebird": "^3.5.0",
"btoa": "^1.2.1",
"cfy": "^1.0.17",
"chrome-web-store-item-property": "^1.1.2",
"cloudinary": "^1.11.0",
"getsecret": "^1.0.2",
"gulp-livescript-async": "^3.0.2",
"js-yaml": "^3.12.0",
"koa": "^2.2.0",
"koa-basic-auth": "^2.0.0",
"koa-bodyparser": "^4.2.0",
"koa-jsonp": "^2.0.2",
"koa-logger": "3.0.0",
"koa-router": "^7.4.0",
"koa-sslify": "^1.1.0",
"koa-static": "^3.0.0",
"levn": "^0.3.0",
"livescript-async": "^1.5.2",
"moment": "^2.18.1",
"moment-timezone": "^0.5.21",
"mongodb": "^2.2.36",
"mongosrv": "^1.0.3",
"muri": "^1.2.1",
"n2p": "0.0.2",
"node-dev": "^3.1.3",
"node-gitter": "^2.1.0",
"node-persist": "^2.1.0",
"normalize-space": "^1.0.2",
"octokat": "^0.8.0",
"pandas": "0.0.3",
"prelude-ls": "^1.1.2",
"semver": "^5.5.0",
"sendgrid": "^5.2.3",
"text-clipper": "^1.2.2"
},
"devDependencies": {
"fs-extra": "^6.0.1",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-print": "^2.0.1",
"gulp-util": "^3.0.7",
"shelljs": "^0.8.2",
"yargs": "^11.0.0"
},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Geza Kovacs (http://gkovacs.github.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/habitlab/habitlab-website/issues"
},
"homepage": "https://github.com/habitlab/habitlab-website#readme"
}