-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 862 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 862 Bytes
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
{
"name": "timeliner",
"version": "0.0.1",
"main": "server.js",
"scripts": {
"test": "NODE_ENV=test mocha"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.6",
"co": "^4.6.0",
"fs-extra": "^0.30.0",
"grant-koa": "^3.6.2",
"jsonwebtoken": "^5.7.0",
"kcors": "^1.1.0",
"koa": "^1.1.2",
"koa-body": "^1.4.0",
"koa-generic-session": "^1.10.2",
"koa-mount": "^1.3.0",
"koa-router": "^5.4.0",
"koa-socket": "^4.4.0",
"lodash": "^4.11.1",
"moment": "^2.15.1",
"mongoose": "^4.6.0",
"nodemailer": "^2.3.2",
"purest": "^2.0.1",
"request-promise": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/learning-layers/timeliner.git"
},
"license": "MIT",
"devDependencies": {
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}