-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.71 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
67
68
{
"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.1.2",
"cfy": "^1.0.17",
"chrome-web-store-item-property": "^1.1.2",
"cloudinary": "^1.11.0",
"crypto": "^1.0.1",
"debug": "^3.1.0",
"getsecret": "^1.0.2",
"glob": "^7.1.2",
"google-auth-library": "^1.6.1",
"gulp-livescript-async": "^3.0.2",
"js-yaml": "^3.8.4",
"koa": "^2.5.2",
"koa-basic-auth": "2.0.0",
"koa-bodyparser": "4.2.0",
"koa-jsonp": "next",
"koa-logger": "3.0.0",
"koa-router": "^7.2.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.13",
"mongodb": "^2.2.27",
"muri": "^1.2.1",
"n2p": "^0.0.2",
"node-gitter": "^2.1.0",
"normalize-space": "^1.0.2",
"octokat": "^0.8.0",
"prelude-ls": "^1.1.2",
"semver": "^5.3.0",
"sendgrid": "^5.1.0",
"text-clipper": "^1.2.0",
"update": "^0.7.4",
"upgrade": "^1.1.0"
},
"devDependencies": {
"fs-extra": "^7.0.0",
"gulp": "^4.0.0",
"gulp-changed": "^3.1.0",
"gulp-print": "^2.0.1",
"gulp-util": "^3.0.7",
"node-persist": "^2.1.0",
"shelljs": "^0.7.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"
}