-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
40 lines (40 loc) · 1.09 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
38
39
40
{
"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": "^3.0.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-html2js": "^0.4.2",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-recess": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rev": "^8.0.0",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.15",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"run-sequence": "^2.2.0"
},
"scripts": {
"build": "bower install && gulp",
"start": "gulp dev"
},
"repository": {
"type": "git",
"url": "https://github.com/silverprize/materialdrive.git"
},
"author": "silverprizelee@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/silverprize/materialdrive/issues"
},
"homepage": "https://github.com/silverprize/materialdrive",
"private": true
}