-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 960 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
{
"name": "praise-button2",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "karma start"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^0.17.1",
"koa": "^2.4.1",
"koa-router": "^7.3.0",
"koa-static": "^4.0.2",
"koa-swig": "^2.2.1",
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jasmine-core": "^2.99.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^5.0.0",
"phantomjs": "^2.1.7+deprecated",
"protractor": "^5.3.0",
"selenium-standalone": "^6.12.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"should": "^13.2.1",
"supertest": "^3.0.0"
}
}