-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 904 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
{
"name": "sat-api-express",
"version": "1.0.0",
"description": "An express implementation of sat-api",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "LOG_LEVEL=debug node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sat-utils/sat-api-express.git"
},
"author": "Alireza J (scisco)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sat-utils/sat-api-express/issues"
},
"homepage": "https://github.com/sat-utils/sat-api-express#readme",
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cors": "^2.8.1",
"envloader": "0.0.3",
"express": "^4.13.4",
"sat-api-lib": "^0.5.0"
},
"devDependencies": {
"apidoc": "^0.17.5"
},
"apidoc": {
"title": "Sat API",
"url" : "api.developmentseed.org/satellites"
}
}