-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "locator",
"version": "0.0.2",
"description": "In browser locator map generator",
"main": "dist/locator.js",
"dependencies": {
"leaflet": "0.7.7",
"leaflet-draw": "^0.3.2",
"leaflet-minimap": "^3.3.1",
"lodash": "^4.14.2",
"ractive": "^0.7.3",
"ractive-events-tap": "^0.3.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.2",
"gulp-plumber": "^1.1.0",
"gulp-recess": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datanews/locator.git"
},
"author": "Alan Palazzolo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/datanews/locator/issues"
},
"homepage": "https://github.com/datanews/locator#readme"
}