-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 982 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
37
38
39
{
"name": "gllacy",
"version": "0.1.0",
"description": "Project: \"Gllacy Shop\"",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"browser-sync": "^2.18.13",
"css-mqpacker": "^6.0.1",
"del": "^3.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-imagemin": "^3.4.0",
"gulp-jshint": "^2.0.4",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"run-sequence": "^2.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"start": "npm run build && gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funsis/gllacy.git"
},
"author": "funsis",
"license": "ISC",
"bugs": {
"url": "https://github.com/funsis/gllacy/issues"
},
"homepage": "https://github.com/funsis/gllacy#readme"
}