-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.45 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "Testing-PostCSS",
"version": "1.0.0",
"description": "Giving PostCSS a run using the Deep-Dive over at http://webdesign.tutsplus.com/tutorials/postcss-quickstart-guide-gulp-setup--cms-24543",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"browser-sync": "^2.9.11",
"css-mqpacker": "^4.0.0",
"cssnano": "^3.3.1",
"cssnext": "^1.8.4",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"lost": "^6.6.2",
"pixrem": "^3.0.0",
"postcss-color-rgba-fallback": "^2.0.0",
"postcss-import": "^7.0.0",
"postcss-opacity": "^3.0.0",
"postcss-pseudoelements": "^3.0.0",
"postcss-reporter": "^1.3.0",
"postcss-style-guide": "^0.9.0",
"postcss-vmin": "^2.0.0",
"postcss-will-change": "^1.0.0",
"precss": "^1.2.3",
"stylelint": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://[email protected]/Monkeybruiser/Testing-PostCSS.git"
},
"author": "Monkeybruiser",
"license": "ISC",
"bugs": {
"url": "https://github.com/Monkeybruiser/Testing-PostCSS/issues"
},
"homepage": "https://github.com/Monkeybruiser/Testing-PostCSS"
}