-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 894 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
{
"name": "flightstats",
"version": "0.12.1",
"description": "FlightStats API Client",
"license": "MIT",
"keywords": [
"flightstats",
"api",
"client",
"flight",
"airline",
"airport",
"iata",
"icao"
],
"main": "lib/flightstats.js",
"author": "Jonas Hermsmeier <[email protected]> (https://jhermsmeier.de/)",
"dependencies": {
"debug": "~2.2.0",
"request": "~2.72.0"
},
"devDependencies": {
"dotenv": "~2.0.0",
"mocha": "~2.5.2",
"nsp": "~2.4.0"
},
"scripts": {
"test": "nsp check && mocha --ui tdd"
},
"homepage": "https://github.com/jhermsmeier/node-flightstats",
"repository": {
"type": "git",
"url": "git+https://github.com/jhermsmeier/node-flightstats.git"
},
"bugs": {
"url": "https://github.com/jhermsmeier/node-flightstats/issues"
},
"directories": {
"test": "test"
}
}