-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 906 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
40
41
{
"name": "ready_template",
"version": "0.2.0",
"description": "Ready template for web",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GMDJS/ready_template.git"
},
"keywords": [
"web",
"html",
"css",
"postcss",
"sass",
"template",
"gulp",
"adaptive",
"framework",
"matetial",
"javascript"
],
"author": "GriNAME",
"license": "ISC",
"bugs": {
"url": "https://github.com/GMDJS/ready_template/issues"
},
"homepage": "https://github.com/GMDJS/ready_template#readme",
"devDependencies": {
"autoprefixer": "^6.7.7",
"browser-sync": "^2.18.8",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-group-css-media-queries": "^1.2.0",
"gulp-image": "^2.7.6",
"gulp-notify": "^3.0.0",
"gulp-postcss": "^6.4.0",
"gulp-pug": "^3.3.0",
"gulp-sass": "^3.1.0"
}
}