-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "airtrip-finder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"clone": "^2.1.1",
"geolib": "^2.0.24",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.1",
"moment": "^2.19.1",
"money": "^0.2.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"superagent": "^3.6.0",
"supertest": "^3.0.0"
},
"devDependencies": {
"ava": "^0.22.0",
"karma": "~0.10",
"protractor": "^2.0.0",
"bower": "^1.3.1",
"shelljs": "^0.2.6",
"karma-junit-reporter": "^0.2.2",
"selenium-webdriver": "^2.45.1"
},
"scripts": {
"test": "ava",
"start": "node ./app/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/landgenoot/airtrip-finder.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/landgenooot/airtrip-finder/issues"
},
"homepage": "https://github.com/landgenoot/airtrip-finder#readme"
}