-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 900 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 900 Bytes
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
{
"name": "sat-data-api",
"version": "1.0.0",
"description": "Satellite data tracking with NY2O",
"main": "src/app.js",
"scripts": {
"start": "node ./src/app.js",
"test": "mocha || true",
"dev": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikbanerjee/sat-data-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nikbanerjee/sat-data-api/issues"
},
"homepage": "https://github.com/nikbanerjee/sat-data-api#readme",
"dependencies": {
"bluebird": "^3.7.1",
"chai": "^4.2.0",
"cors": "^2.8.5",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http": "0.0.0",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"mongoose": "^5.7.5",
"nodemon": "^1.19.4",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"supertest": "^4.0.2"
}
}