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