-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "koa-users",
"version": "1.0.0",
"description": "Manage users.",
"main": "index.js",
"scripts": {
"start": "babel-node index.js",
"test": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/li-qiang/koa-users.git"
},
"keywords": [
"users"
],
"author": "li-qiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/li-qiang/koa-users/issues"
},
"homepage": "https://github.com/li-qiang/koa-users#readme",
"dependencies": {
"basic-auth": "^1.0.3",
"bluebird": "^3.3.5",
"is_js": "^0.8.0",
"koa": "^2.0.0",
"koa-bodyparser": "^3.0.0",
"koa-router": "^7.0.0",
"mysql": "^2.10.2",
"orm": "^2.1.30",
"q-orm": "0.0.3",
"redis": "^2.6.0-1"
},
"devDependencies": {
"babel-plugin-transform-async-functions": "^6.5.0",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-es2016": "^6.0.11",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"chai": "^3.5.0",
"co": "^4.6.0",
"locus": "^1.2.0",
"sqlite": "0.0.4",
"superagent": "^1.7.2"
}
}