forked from tombatossals/angular-leaflet-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.61 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
48
49
50
51
52
{
"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.7.7",
"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": {
"matchdep": "latest",
"grunt": "latest",
"load-grunt-config": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-jshint": "latest",
"grunt-shell": "latest",
"grunt-karma": "latest",
"grunt-ngmin": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "latest",
"grunt-open": "latest",
"grunt-bower-task": "latest",
"karma-script-launcher": "latest",
"karma-firefox-launcher": "latest",
"karma-chrome-launcher": "latest",
"karma-html2js-preprocessor": "latest",
"karma-jasmine": "~0.2.0",
"karma-requirejs": "latest",
"karma-coffee-preprocessor": "latest",
"karma-phantomjs-launcher": "latest",
"karma-coverage": "latest",
"karma": "latest",
"protractor": "latest",
"grunt-protractor-runner": "latest",
"grunt-shell-spawn": "latest",
"grunt-conventional-changelog": "latest",
"grunt-bump": "latest",
"grunt-karma-coveralls": "latest"
},
"scripts": {
"test": "grunt travis --verbose"
}
}