-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 916 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
{
"name": "LuminarFlightData",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"q": "^1.4.1",
"rapi-js-package": "^1.2",
"xml2js": "^0.4.17"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.1.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha --recursive",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/RapidSoftwareSolutions/Marketplace-LuminarFlightData-Package.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RapidSoftwareSolutions/Marketplace-LuminarFlightData-Package/issues"
},
"homepage": "https://github.com/RapidSoftwareSolutions/Marketplace-LuminarFlightData-Package#readme"
}