-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.34 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.34 KB
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
{
"name": "geodash-build-pipeline",
"version": "0.0.4",
"descriptin": "Low-level Javascript library for the [GeoDash](http://geodash.io) Gulp-based build pipeline.",
"keywords": [
"map",
"mapping",
"gis",
"gulp",
"geodash"
],
"homepage": "http://geodash.io/",
"scripts": {
"build:docs": "mkdir docs; gulp docs",
"build": "npm run build:docs",
"jshint": "jshint src",
"tests": "npm run jshint"
},
"repository": {
"type": "git",
"url": "https://github.com/geodashio/geodash-build-pipeline"
},
"license": "BSD-3-Clause",
"author": "GeoDash Developers",
"bugs": {
"url": "https://github.com/geodashio/geodash-build-pipeline/issues"
},
"dependencies": {
"merge": "*",
"gulp": "^3.9.0",
"gulp-util": "*",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "*",
"gulp-jshint": "*",
"gulp-less": "*",
"gulp-uglify": "*",
"gulp-rename": "*",
"gulp-tslint": "^3.6.0",
"gulp-replace": "*",
"gulp-s3-upload": "*",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "~3.1.6",
"path": "*",
"yamljs": "^0.2.7",
"expand-home-dir": "*",
"geodash-build-log": "*",
"mkdirp": "^0.5.1",
"typescript": "~2.1.0"
},
"devDependencies": {
"gulp": "*",
"gulp-jsdoc3": "^0.3.0",
"jshint": "*",
"uglify-js": "*"
}
}