-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "Watchlist-server-koa",
"version": "0.0.1",
"description": "Watchlist-app experimental server implementation using nightly builds of node with ES6 features and Koa middleware",
"author": "Dmitry Mazuro <[email protected]>",
"main": "./lib/app.js",
"dependencies": {
"amazon-product-api": "^0.0.5",
"co": "^3.0.4",
"cogent": "^0.3.14",
"koa": "^0.5.0",
"koa-cors": "^0.0.6",
"koa-logger": "^1.2.0",
"koa-mongo-rest": "^0.0.4",
"koa-router": "^3.0.2",
"mongoose": "^3.8.7",
"request": "^2.34.0"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-contrib-coffee": "git://github.com/t3chnoboy/grunt-contrib-coffee.git",
"grunt-contrib-watch": "^0.5.3",
"mocha": "*",
"grunt-shell": "^0.6.4",
"grunt-concurrent": "^0.4.3"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": "^0.11.9"
},
"repository": {
"type": "git",
"url": "https://github.com/Watchlist-App/watchlist-server-koa"
},
"keywords": [
"ES6",
"koa"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Watchlist-App/watchlist-server-koa/issues"
},
"homepage": "https://github.com/Watchlist-App/watchlist-server-koa"
}