-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
42 lines (42 loc) · 1001 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
35
36
37
38
39
40
41
42
{
"name": "praise-by-koa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"koa": "^2.3.0",
"koa-request": "^1.0.0",
"koa-route": "^3.2.0",
"koa-router": "^7.2.1",
"mocha": "^3.5.3",
"qs": "^6.5.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"supertest": "^3.0.0"
},
"dependencies": {
"axios": "^0.18.1",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"co": "^4.6.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"koa-convert": "^1.2.0",
"koa-simple-router": "^0.2.0",
"koa-static": "^4.0.1",
"koa-swig": "^2.2.1",
"path": "^0.12.7",
"phantomjs": "^2.1.7",
"selenium-webdriver": "^3.5.0"
}
}