forked from t3chnoboy/koa-mongo-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "koa-mongo-rest",
"version": "0.3.4",
"description": "generate REST API with koa and mongo",
"main": "lib/index.js",
"scripts": {
"test": "mocha --harmony"
},
"repository": {
"type": "git",
"url": "git@github.com:t3chnoboy/koa-mongo-rest.git"
},
"keywords": [
"koa",
"REST",
"API",
"mongo",
"mongodb",
"mongoose",
"es6",
"generators",
"database",
"db"
],
"author": "Dmitry Mazuro <dmitry.mazuro@icloud.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/t3chnoboy/koa-mongo-rest/issues"
},
"homepage": "https://github.com/t3chnoboy/koa-mongo-rest",
"dependencies": {
"koa-body-parser": "git://github.com/tomaash/koa-body-parser.git",
"mongoose": "^4.0.2",
"pluralize": "1.1.2"
},
"devDependencies": {
"co-mocha": "0.0.2",
"coffee-script": "git://github.com/xixixao/coffee-script",
"gulp": "^3.6.0",
"gulp-coffee-es6": "git://github.com/t3chnoboy/gulp-coffee-es6.git",
"gulp-nodemon": "^1.0.2",
"koa": "^0.5.2",
"koa-logger": "^1.2.0",
"koa-router": "^3.1.2",
"should": "^3.2.0-beta1",
"supertest": "^0.10.0"
}
}