-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "post-css-build",
"version": "1.1.1",
"description": "My PostCSS build tools and files.",
"main": "gulpfile.js",
"dependencies": {},
"scripts": {
"test": "gulp"
},
"author": "Drew Douglass",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.3",
"browser-sync": "^2.17.0",
"cssgrace": "^3.0.0",
"cssnano": "^3.8.0",
"gulp": "^3.9.1",
"gulp-postcss": "^6.0.1",
"gulp-watch": "^4.3.5",
"oldie": "^1.3.0",
"postcss-animation": "0.0.6",
"postcss-calc": "^5.0.0",
"postcss-center": "^1.0.0",
"postcss-circle": "^1.0.0",
"postcss-cssstats": "^1.0.0",
"postcss-easings": "^0.3.0",
"postcss-flexbox": "^1.0.2",
"postcss-if-media": "^1.0.1",
"postcss-image-sizes": "0.0.3",
"postcss-nested": "^1.0.0",
"postcss-opacity": "^3.0.0",
"postcss-responsive-images": "^1.0.1",
"postcss-triangle": "^1.0.1",
"postcss-unroot": "^1.0.2",
"postcss-write-svg": "^2.0.0",
"precss": "^1.4.0",
"rucksack-css": "^0.8.5"
},
"repository": {
"type": "git",
"url": "[email protected]:DrewDouglass/Default-Gulp-Configuration.git"
}
}