forked from ais-open/ogc-preview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.98 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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ogc-preview",
"description": "OGC Preview",
"version": "0.1.0",
"author": {
"name": "Jonathan Meyer",
"company": "Applied Information Sciences"
},
"contributors": [
{
"name": "David Benson",
"company": "Applied Information Sciences"
},
{
"name": "Michael Bowman",
"company": "Applied Information Sciences"
},
{
"name": "Tony Baron",
"company": "Applied Information Sciences"
}
],
"dependencies": {
"gulp-debug": "^2.1.0",
"gulp-filter": "^3.0.1"
},
"devDependencies": {
"browser-sync": "^2.7.0",
"del": "^1.2.0",
"event-stream": "^3.3.1",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.5.2",
"gulp-gzip": "^1.1.0",
"gulp-htmlhint": "^0.1.1",
"gulp-htmlmin": "^1.1.1",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.11.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-ng-annotate": "^1.0.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-nodemon": "^2.0.3",
"gulp-order": "^1.1.1",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-tar": "^1.4.0",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^3.0.2",
"http-proxy-middleware": "0.0.5",
"jasmine-core": "2.3.4",
"jshint-stylish": "2.0.0",
"karma": "0.12.32",
"karma-chrome-launcher": "0.1.12",
"karma-coffee-preprocessor": "0.2.1",
"karma-coverage": "0.3.1",
"karma-firefox-launcher": "0.1.6",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.3.5",
"karma-ng-html2js-preprocessor": "0.1.2",
"karma-ng-scenario": "0.1.0",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "0.2.2",
"karma-script-launcher": "0.1.0",
"main-bower-files": "^2.8.0",
"q": "^1.4.1",
"requirejs": "2.1.17",
"stream-series": "^0.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test"
}
}