forked from postcss/postcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
{
"name": "postcss",
"version": "5.0.4",
"description": "Tool for transforming styles with JS plugins",
"keywords": [
"css",
"postcss",
"rework",
"preprocessor",
"parser",
"source map",
"transform",
"manipulation",
"transpiler"
],
"author": "Andrey Sitnik <[email protected]>",
"license": "MIT",
"repository": "postcss/postcss",
"dependencies": {
"supports-color": "^3.1.0",
"source-map": "^0.4.4",
"babel-core": "5.8.23",
"js-base64": "^2.1.9"
},
"devDependencies": {
"concat-with-sourcemaps": "1.0.2",
"postcss-parser-tests": "5.0.2",
"gulp-json-editor": "2.2.1",
"gulp-istanbul": "0.10.0",
"run-sequence": "1.1.2",
"babel-eslint": "4.1.1",
"gulp-eslint": "1.0.0",
"gulp-mocha": "2.1.3",
"gulp-babel": "5.2.1",
"strip-ansi": "3.0.0",
"yaspeller": "2.5.0",
"gulp-util": "3.0.6",
"gulp-run": "1.6.10",
"fs-extra": "0.24.0",
"isparta": "3.0.4",
"eslint": "1.3.1",
"sinon": "1.16.1",
"mocha": "2.3.0",
"gulp": "3.9.0",
"chai": "3.2.0",
"del": "2.0.0"
},
"scripts": {
"test": "gulp"
}
}