-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 967 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": "filemaps-webui",
"version": "0.0.1",
"description": "File Maps Web UI",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/filemaps/filemaps-webui.git"
},
"devDependencies": {
"bower": "^1.8.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "^4.2.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-notify": "^3.0.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.1.2",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-replace": "^0.4.3",
"gulp-uglify": "^2.0.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"merge-stream": "^1.0.1"
}
}