-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 865 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 865 Bytes
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
{
"name": "geodash-viewer",
"version": "0.0.1",
"author": "GeoDash Developers",
"description": "Static code and assets for GeoDash Viewer 1.x",
"contributors": [
{
"name": "Patrick Dufour"
}
],
"scripts": {
"test": "jshint **.js"
},
"license": "BSD",
"private": "false",
"dependencies": {
},
"devDependencies": {
"del": "*",
"merge": "*",
"gulp": "^3.9.0",
"gulp-util": "*",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "*",
"gulp-jshint": "*",
"gulp-less": "*",
"gulp-minify": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"path": "*",
"yamljs": "^0.2.7",
"yargs": "*",
"mkdirp": "*",
"showdown": "*",
"gulp-s3-upload": "*",
"gulp-replace": "*",
"geodash-build-pipeline": ">=0.0.3",
"geodash-extract": "*",
"jshint": "*"
}
}