-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 875 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
{
"name": "sai-io",
"version": "0.1.0",
"main": "./src/index.js",
"scripts": {
"build-libs": "./node_modules/.bin/webpack",
"build-docs": "./node_modules/.bin/gitbook build lib/docs docs",
"serve-docs": "./node_modules/.bin/gitbook serve lib/docs docs"
},
"devDependencies": {
"coffee-loader": "^0.8.0",
"gitbook-cli": "^2.3.2",
"webpack": "^3.6.0"
},
"dependencies": {
"axios": "^0.16.2",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"coffeescript": "^2.0.0-beta5",
"colors": "^1.1.2",
"consolidate": "^0.14.5",
"file-type": "^6.1.0",
"jsonwebtoken": "^8.0.1",
"koa": "^2.3.0",
"lodash": "^4.17.4",
"lodash.isplainobject": "^4.0.6",
"mongodb": "^2.2.31",
"mustache": "^2.3.0",
"path-to-regexp": "^2.0.0",
"redis": "^2.8.0",
"uuid": "^3.1.0",
"ws": "^3.2.0"
}
}