forked from USGS-WiM/SiGLDMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.77 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "sigldms",
"version": "2.0.0",
"description": "Data management application for the SiGL database",
"main": "index.js",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/USGS-WiM/SiGLDMS.git"
},
"author": "Tonia Roddick; Erik Myers",
"license": "MIT",
"bugs": {
"url": "https://github.com/USGS-WiM/SiGLDMS/issues"
},
"homepage": "https://github.com/USGS-WiM/SiGLDMS#readme",
"devDependencies": {
"body-parser": "^1.14.2",
"bower": "^1.7.2",
"browser-sync": "2.6.5",
"del": "^2.2.0",
"event-stream": "^3.3.2",
"express": "^4.13.2",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "2.1.0",
"gulp-cache": "0.2.8",
"gulp-concat": "2.5.2",
"gulp-connect": "^2.3.1",
"gulp-cssnano": "^2.1.0",
"gulp-htmlhint": "0.0.9",
"gulp-htmlmin": "^1.0.0",
"gulp-imagemin": "2.2.1",
"gulp-inject": "^1.1.1",
"gulp-jshint": "1.10.0",
"gulp-less": "3.0.3",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^0.8.0",
"gulp-ng-html2js": "^0.1.8",
"gulp-nodemon": "^2.0.6",
"gulp-order": "^1.1.1",
"gulp-plumber": "1.0.0",
"gulp-print": "^1.1.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "1.2.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.10",
"karma-junit-reporter": "^0.2.2",
"main-bower-files": "^2.5.0",
"method-override": "^2.1.2",
"open": "0.0.5",
"protractor": "^1.1.1",
"q": "^1.1.2",
"shelljs": "^0.2.6"
},
"dependencies": {
"checklist-model": "^0.9.0",
"gulp-filter": "^3.0.1",
"moment": "^2.14.1",
"wiredep": "^3.0.0"
}
}