-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
66 lines (66 loc) · 1.57 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
61
62
63
64
65
66
{
"name": "pleeease",
"version": "4.3.0",
"description": "Process CSS with ease",
"author": {
"name": "Vincent De Oliveira"
},
"main": "./lib/pleeease",
"keywords": [
"postprocessor",
"css",
"postcss",
"pleeease"
],
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/iamvdo/pleeease"
},
"dependencies": {
"autoprefixer": "^6.4.0",
"browserslist": "~1.3.4",
"caniuse-db": "~1.0.30000492",
"commondir": "~1.0.0",
"css-mqpacker": "^4.0.0",
"csswring": "^4.0.0",
"deep-extend": "~0.3.0",
"es6-promise": "^3.0.2",
"less": "~2.7.0",
"node-sass": "~4.5.0",
"pixrem": "^3.0.2",
"pleeease-filters": "^2.0.0",
"postcss": "^5.0.0",
"postcss-import": "^7.0.0",
"postcss-opacity": "^3.0.0",
"postcss-pseudoelements": "^3.0.0",
"postcss-url": "^7.3.0",
"postcss-vmin": "^2.0.0",
"stylus": "~0.54.5"
},
"devDependencies": {
"browserify": "~9.0.0",
"fs-extra": "~2.0.0",
"gulp": "~3.9.1",
"gulp-bump": "~0.3.0",
"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^0.7.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "~1.9.0",
"gulp-mocha": "~2.0.0",
"gulp-streamify": "~0.0.4",
"gulp-uglify-es": "^0.1.9",
"jshint-stylish": "~1.0.0",
"mocha": "~2.2.0",
"postcss-color-function": "^2.0.0",
"run-sequence": "~1.0.0",
"should": "^7.0.4",
"should-promised": "^0.3.1",
"sinon": "^1.12.2",
"source-map": "~0.3.0",
"vinyl-source-stream": "~1.1.0",
"yargs": "~3.6.0"
}
}