forked from tombatossals/angular-leaflet-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
{
"author": "https://github.com/tombatossals/angular-leaflet-directive/graphs/contributors",
"name": "angular-leaflet-directive",
"description": "angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps",
"version": "0.5.1",
"homepage": "http://tombatossals.github.io/angular-leaflet-directive/",
"repository": {
"type": "git",
"url": "https://github.com/tombatossals/angular-leaflet-directive"
},
"keywords": [
"angularjs",
"leaflet",
"cli"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt-cli": "latest",
"grunt": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-karma": "latest",
"jasmine-node": "latest",
"grunt-ngmin": "latest",
"karma": "latest",
"karma-ng-scenario": "latest"
},
"scripts": {
"test": "grunt travis --verbose"
}
}