forked from soygul/koan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
50
51
52
53
54
55
56
57
{
"name": "koan",
"license": "MIT",
"description": "KOAN Stack (Koa, Angular, Node, Mongo, WebSockets) for real-time full-stack JavaScript web development.",
"repository": {
"type": "git",
"url": "git://github.com/soygul/koan.git"
},
"engines": {
"node": "<5.0"
},
"author": {
"name": "Teoman Soygul",
"url": "http://www.soygul.com/"
},
"scripts": {
"start": "grunt",
"test": "node --debug --harmony node_modules/grunt-cli/bin/grunt test",
"postinstall": "bower install",
"postupdate": "bower update"
},
"dependencies": {
"bower": "1.6.5",
"co": "4.6.0",
"co-request": "1.0.0",
"forever": "0.15.1",
"grunt-cli": "0.1.13",
"koa": "1.1.2",
"koa-bodyparser": "2.0.1",
"koa-cors": "0.0.16",
"koa-jwt": "1.1.1",
"koa-logger": "1.3.0",
"koa-route": "2.4.2",
"koa-send": "3.1.0",
"lodash": "3.10.1",
"pouchdb": "^5.3.0",
"pouchdb-find": "^0.9.0",
"ws": "0.8.0"
},
"devDependencies": {
"co-mocha": "1.1.2",
"co-supertest": "0.0.10",
"grunt-concurrent": "2.1.0",
"grunt-contrib-watch": "0.6.1",
"grunt-env": "0.4.4",
"grunt-karma": "0.12.1",
"grunt-mocha-test": "0.12.7",
"grunt-nodemon": "0.4.0",
"grunt-protractor-runner": "2.1.0",
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.6",
"karma-ng-html2js-preprocessor": "0.2.0",
"karma-phantomjs-launcher": "0.2.1",
"koa-livereload": "0.1.23",
"should": "7.1.1"
}
}