-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.02 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.02 KB
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
{
"name": "Regis",
"version": "0.0.2",
"description": "ReGIS: Research Environment for GIS",
"main": "app.js",
"start": "node server.js",
"author": {
"name": "Berend Weel",
"email": "b.weel@esciencecenter.nl"
},
"repository": {
"type": "git",
"url": "https://github.com/ReGIS-org/regis"
},
"license": "Apache-2.0",
"dependencies": {
"@types/angular": "^1.6.32",
"@types/angular-mocks": "^1.5.11",
"@types/angular-translate": "^2.15.1",
"@types/angular-ui-bootstrap": "^0.13.45",
"@types/angularlocalstorage": "^0.1.32",
"@types/async": "^2.0.42",
"@types/crossfilter": "^0.0.30",
"@types/d3": "^4.10.0",
"@types/geojson": "^1.0.3",
"@types/jquery": "^3.2.12",
"@types/socket.io": "^1.4.30",
"@types/underscore": "^1.8.3",
"csweb": "^0.3.1",
"kafka-node": "^1.6.0",
"typescript": "2.5.1",
"typings": "^2.1.1",
"winston": "^2.1.0"
},
"devDependencies": {
"chokidar": "^1.2.0",
"coveralls": "^2.11.4",
"csweb-offline-search": "^0.1.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-batch": "^1.0.5",
"gulp-changed": "^1.3.0",
"gulp-concat": "~2.6.1",
"gulp-concat-css": "^2.2.0",
"gulp-cssmin": "^0.2.0",
"gulp-debug": "^3.0.0",
"gulp-exec": "^2.1.1",
"gulp-gh-pages": "^0.5.2",
"gulp-ignore": "^2.0.2",
"gulp-install": "~0.6.0",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "~1.2.0",
"gulp-sass": "^3.0.0",
"gulp-tsconfig": "^0.1.0",
"gulp-tsconfig-files": "~0.4.0",
"gulp-tslint": "~5.0.0",
"gulp-typescript": "^3.1.6",
"gulp-typings": "^2.0.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-watch": "^4.2.4",
"jshint": "^2.9.4",
"run-sequence": "^1.1.4",
"tslint": "~3.10.2"
},
"bugs": {
"url": "https://github.com/ReGIS-org/regis/issues"
},
"homepage": "https://github.com/ReGIS-org/regis"
}