forked from tombatossals/angular-leaflet-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.12 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"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.8.4",
"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",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-architecture-graph": "^0.2.6",
"grunt-bower-task": "^0.4.0",
"grunt-bump": "^0.3.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.10.1",
"grunt-karma-coveralls": "^2.5.3",
"grunt-ng-annotate": "^0.10.0",
"grunt-open": "^0.2.3",
"grunt-protractor-runner": "^2.0.0",
"grunt-shell": "^1.1.2",
"grunt-shell-spawn": "^0.3.2",
"jasmine-core": "^2.2.0",
"jsdom": "^5.0.1",
"karma": "0.12.32",
"karma-chrome-launcher": "^0.1.8",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.4",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.5",
"karma-mocha-reporter": "1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-script-launcher": "^0.1.0",
"load-grunt-config": "^0.17.0",
"lodash": "^3.7.0",
"matchdep": "^0.3.0",
"mkdirp": "^0.5.0",
"protractor": "^2.0.0",
"q": "^1.2.0",
"shelljs": "^0.4.0",
"grunt-conventional-changelog": "^1.2.2",
"grunt-graphviz": "^0.1.1",
"karma-jasmine": "^0.3.5"
},
"scripts": {
"test": "grunt travis --verbose",
"karmaChrome": "grunt test-unit-chrome",
"karmaChromeOnce": "grunt karma:unit-chrome-once"
},
"main": "dist/angular-leaflet-directive",
"dependencies": {
}
}