forked from silverprize/materialdrive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "materialdrive",
"version": "0.0.1",
"description": "Material Drive = Google Drive with Angular Material - Demo https://silverprize.github.io/materialdrive",
"main": "gulpfile.js",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-html2js": "^0.2.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-recess": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^6.0.1",
"gulp-uglify": "^1.4.2",
"gulp-usemin": "^0.3.15",
"jshint-stylish": "^1.0.0",
"run-sequence": "^1.1.3"
},
"scripts": {
"build": "bower install && gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/silverprize/materialdrive.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/silverprize/materialdrive/issues"
},
"homepage": "https://github.com/silverprize/materialdrive",
"private": true
}