-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
36 lines (36 loc) · 892 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": "excuse-generator",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"init": "mkdir -p sources\\img\\favicon && npm update --save && npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lgg/excuse-generator.git"
},
"bugs": {
"url": "https://github.com/lgg/excuse-generator/issues"
},
"homepage": "https://lgg.github.io/excuse-generator",
"author": "lgg",
"license": "MIT",
"dependencies": {
"material-design-lite": "^1.1.3"
},
"devDependencies": {
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-concat": "*",
"gulp-cssmin": "*",
"gulp-imagemin": "*",
"gulp-jade": "*",
"gulp-jsmin": "*",
"gulp-livereload": "*",
"gulp-rename": "*",
"gulp-stylus": "*",
"imagemin-pngquant": "*"
}
}