-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 993 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
36
37
38
39
40
{
"name": "stmap",
"version": "1.0.0",
"description": "Leaflet SinTrafico layers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gamda/stmap.git"
},
"keywords": [
"sintrafico",
"leaflet"
],
"author": "Daniel Garcia",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/gamda/stmap/issues"
},
"homepage": "https://github.com/gamda/stmap#readme",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.3",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.2.0",
"gulp-jshint": "^2.1.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.6",
"json-loader": "^0.5.4",
"leaflet.markercluster": "^1.0.4",
"webpack-node-externals": "^1.5.4"
}
}