-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 994 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": "front-project",
"version": "1.0.0",
"description": "front end gkio's project",
"main": "gulpfile.js",
"dependencies": {
"autoprefixer": "^6.3.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.3",
"gulp-htmlmin": "^1.3.0",
"gulp-postcss": "^6.1.0",
"gulp-swig": "^0.8.0",
"gulp-watch": "^4.3.5",
"postcss-animation": "0.0.6",
"postcss-center": "^1.0.0",
"postcss-color-gray": "^3.0.0",
"postcss-cssnext": "^2.5.1",
"postcss-input-style": "^0.3.0",
"postcss-responsive-images": "^1.0.2",
"precss": "^1.4.0",
"rucksack-css": "^0.8.5"
},
"devDependencies": {
"gulp-livereload": "^3.8.1"
},
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gkio/front-project.git"
},
"author": "GkioRa",
"license": "ISC",
"bugs": {
"url": "https://github.com/gkio/front-project/issues"
},
"homepage": "https://github.com/gkio/front-project#readme"
}