forked from angular-ui/ui-leaflet-draw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.86 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
{
"name": "ui-leaflet-draw",
"version": "0.0.3",
"description": "angular directive for ui-leaflet to utilize Leaflet.Draw",
"main": "./dist/ui-leaflet-draw.js",
"homepage": "https://github.com/angular-ui/ui-leaflet-draw",
"repository": {
"type": "git",
"url": "git://github.com/angular-ui/ui-leaflet-draw.git"
},
"author": "Nicholas McCready",
"license": "MIT",
"dependencies": {
"angular": "1.x",
"leaflet": "0.7.x",
"leaflet-draw": "git://github.com/michaelguild13/Leaflet.draw.git#master",
"open": "0.0.5",
"ui-leaflet": "1.x"
},
"devDependencies": {
"angular-mocks": "^1.2",
"chai": "^3.2.0",
"coffee-script": "^1.9.3",
"del": "^2.0.0",
"globby": "^3.0.1",
"gulp": "git://github.com/gulpjs/gulp.git#bbe3c56138a9ede627879d7e47daffd0a6d9b6db",
"gulp-bump": "^1.0.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.0",
"gulp-git": "^1.4.0",
"gulp-if": "2.x",
"gulp-insert": "^0.5.0",
"gulp-replace": "^0.5.4",
"gulp-tag-version": "^1.3.0",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-wrap": "^0.11.0",
"http-server": "^0.8.5",
"jsonfile": "^2.2.2",
"karma": "0.13.x",
"karma-chai": "0.x.0",
"karma-chrome-launcher": "0.x",
"karma-coffee-preprocessor": "0.x",
"karma-coverage": "0.x",
"karma-jasmine": "0.x",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "1.x",
"karma-phantomjs-launcher": "0.x",
"mocha": "2.x",
"phantomjs-prebuilt": "2.x",
"pretty-hrtime": "1.x",
"require-directory": "2.x"
},
"scripts": {
"start": "gulp",
"test": "gulp spec",
"karma": "karma start karma.conf.coffee",
"installAll": "npm install && bower install",
"s": "http-server",
"gh-pages": "./scripts/ghPages"
}
}