-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 761 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 761 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
{
"name": "SpaceXaminer",
"version": "0.1.0",
"description": "SpaceXaminer is a simple and easy-to-use application that allows you to view all successful SpaceX rocket launches on a 3D globe.",
"main": "app/app.js",
"scripts": {
"start": "node app/app.js",
"test": "mocha 'app/test/*.js'"
},
"keywords": [],
"author": "Derek Kramer",
"license": "MIT",
"dependencies": {
"cors": "^2.8.4",
"express": "^4.15.3"
},
"devDependencies": {
"browser-sync": "^2.18.12",
"chai": "^4.1.0",
"chai-http": "^3.0.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.1.0",
"mocha": "^3.4.2",
"request": "^2.81.0"
}
}