-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "leaflet-ais-tracksymbol-search",
"version": "1.0.0",
"description": "A Search Bar for leaflt-ais-tracksymbol",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PowerPan/leaflet-ais-tracksymbol-search.git"
},
"keywords": [
"marker"
],
"author": "Johannes Rudolph <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PowerPan/leaflet-ais-tracksymbol-search/issues"
},
"homepage": "https://github.com/PowerPan/leaflet-ais-tracksymbol-search#readme",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-concat-css": "^0.3.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-qunit": "^1.0.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-yuidoc": "~0.7.0",
"grunt-env": "^0.4.4",
"grunt-istanbul": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.5"
},
"dependencies": {
"express": "^4.13.4"
}
}