-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1016 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": "@gov.nasa.jpl.podaac/hitide-ui",
"title": "HiTIDE",
"description": "High Level Tool for Interactive Data Extraction",
"version": "4.18.1-4",
"scripts": {
"build": "grunt --force; npm run copy",
"copy": "node scripts/copy-files.js",
"start": "httpster -p 8901 -d ./src",
"lint": "eslint ./src/jpl/**/**.js; exit 0;"
},
"devDependencies": {
"eslint": "^5.16.0",
"fs-extra": "^7.0.1",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-dojo": "^1.0.1",
"grunt-jsdoc": "^0.5.8",
"grunt-karma": "^0.10.1",
"grunt-text-replace": "^0.4.0",
"httpster": "^1.0.4",
"jasmine-core": "^2.2.0",
"jsdoc": "^3.3.0-beta3",
"jsdoc3-bootstrap": "^0.15.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-dojo": "0.0.1",
"karma-jasmine": "^0.3.5",
"moment": "^2.17.1"
}
}