-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 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
{
"name": "wheregroup-metador2",
"version": "1.0.0",
"description": "WhereGroup Metador2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@repo.wheregroup.com:metador2/metador2.git"
},
"keywords": [
"metador"
],
"author": "WhereGroup",
"license": "MIT",
"devDependencies": {
"@types/openlayers": "^4.6.13",
"bower": "^1.8.12",
"browser-sync": "^2.26.14",
"browserify": "^14.1.0",
"bulma": "^0.9.2",
"gulp": "^3.9.1",
"gulp-bower": "^0.0.12",
"gulp-clean": "^0.4.0",
"gulp-composer": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-livereload": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^5.0.0",
"gulp-stylus": "^2.4.0",
"gulp-typescript": "^2.12.2",
"gulp-uglify": "^1.5.3",
"merge2": "^1.0.3",
"open": "^8.0.7",
"openlayers": "^3.0.0",
"run-sequence": "^1.2.1",
"tsify": "^3.0.1",
"typescript": "^3.2.2",
"vinyl-source-stream": "^1.1.0"
}
}