-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 988 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 988 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
{
"name": "beryllium-maven",
"version": "1.0.0",
"description": "This project is a cesium-based 3D visualization of the Maven mission, similar to [beryllium-mms](https://github.com/lasp/beryllium-mms.git)",
"main": "index.js",
"scripts": {
"build": "gulp cleanBuild",
"start": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lasp/beryllium-maven.git"
},
"author": "LASP Web Application Development Team <web.support@lasp.colorado.edu>",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.0.0",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-angular-templatecache": "^3.0.0",
"gulp-autoprefixer": "^6.1.0",
"gulp-concat": "^2.6.1",
"gulp-minify-html": "^1.0.6",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-war": "^0.1.4",
"gulp-zip": "^5.0.0",
"run-sequence": "^2.2.1"
}
}