-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 871 Bytes
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
{
"name": "gen-msnet",
"version": "1.0.0",
"description": "for msnet",
"main": "index.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-imagemin": "*",
"imagemin-pngquant": "*"
},
"devDependencies": {
"autoprefixer": "^6.0.1",
"gulp-cssnano": "^1.1.0",
"gulp-load-plugins": "^0.10.0",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-watch": "^4.3.5",
"postcss-flexboxfixer": "0.0.3",
"postcss-flexbugs-fixes": "^1.0.0",
"postcss-focus": "^1.0.0",
"postcss-svg": "^1.0.1",
"postcss-svg-fallback": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rad1calDreamer",
"license": "ISC",
"repository": "https://gist.github.com/e5326418d38078032018.git"
}