-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.64 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
51
52
53
54
55
56
57
58
59
60
{
"name": "postcss-demo",
"version": "1.0.0",
"description": "PostCSS Demo",
"main": "src/html/index.jade",
"dependencies": {
"babel-core": "^6.3.15",
"babelify": "^7.2.0",
"browser-sync": "^2.10.0",
"browserify": "^12.0.1",
"coffee-script": "^1.10.0",
"cssnext": "^1.8.4",
"del": "^2.2.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-foreach": "^0.1.0",
"gulp-gzip": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-include": "^2.1.0",
"gulp-jade": "^1.1.0",
"gulp-postcss": "^6.0.1",
"gulp-replace": "^0.5.4",
"gulp-rsync": "0.0.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"lost": "^6.6.2",
"main-bower-files": "^2.9.0",
"postcss-center": "^1.0.0",
"postcss-focus": "^1.0.0",
"postcss-font-magician": "^1.4.0",
"postcss-for": "^2.0.1",
"postcss-instagram": "^1.0.0",
"postcss-mixins": "^3.0.2",
"postcss-nested": "^1.0.0",
"postcss-pxtorem": "^3.1.0",
"postcss-quantity-queries": "^0.4.0",
"rucksack-css": "^0.8.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.31.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplesessions/postcss-demo.git"
},
"author": "Charles Kaa Kihe",
"license": "ISC",
"bugs": {
"url": "https://github.com/simplesessions/postcss-demo/issues"
},
"homepage": "https://github.com/simplesessions/postcss-demo#readme"
}