-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
36 lines (36 loc) · 881 Bytes
/
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
{
"name": "angular-mapbox",
"version": "0.1.5",
"main": "dist/angular-mapbox.js",
"description": "Angular directives for easy Mapbox maps",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/licyeus/angular-mapbox.git"
},
"keywords": [
"angular",
"mapbox",
"openstreetmap"
],
"author": "Andrew Sullivan",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/licyeus/angular-mapbox/issues"
},
"devDependencies": {
"gulp": "~3.6.2",
"gulp-concat": "~2.2.0",
"gulp-concat-css": "~0.1.4",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "~1.5.0",
"gulp-minify-css": "~0.3.4",
"gulp-ngmin": "~0.3.0",
"gulp-sass": "~0.7.1",
"gulp-uglify": "~0.2.1",
"jshint": "~2.5.0",
"jshint-stylish": "^1.0.0"
}
}