-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 945 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
{
"name": "nasa-apod-space-photo-gallery",
"version": "1.0.0",
"description": "App that shows NASA's Astronomy Picture of the Day (APOD) by date via the space agency's API",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeWritingCow/NASA-APOD-photo-gallery.git"
},
"keywords": [
"Angular",
"Material",
"Design",
"Angular",
"Material",
"NASA",
"space",
"astronomy",
"photos"
],
"author": "Gary Pang",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeWritingCow/NASA-APOD-photo-gallery/issues"
},
"homepage": "https://github.com/CodeWritingCow/NASA-APOD-photo-gallery#readme",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-ng-config": "^1.4.0"
}
}