forked from postcss/postcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 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
52
53
{
"name": "postcss",
"version": "5.0.12",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=0.12"
},
"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.2",
"source-map": "^0.5.1",
"babel-core": "5.8.25",
"js-base64": "^2.1.9"
},
"devDependencies": {
"concat-with-sourcemaps": "1.0.4",
"postcss-parser-tests": "5.0.4",
"gulp-json-editor": "2.2.1",
"gulp-istanbul": "0.10.2",
"run-sequence": "1.1.4",
"babel-eslint": "4.1.5",
"gulp-eslint": "1.1.0",
"gulp-mocha": "2.1.3",
"gulp-babel": "5.3.0",
"strip-ansi": "3.0.0",
"gulp-shell": "0.5.1",
"yaspeller": "2.5.1",
"fs-extra": "0.26.2",
"isparta": "3.5.3",
"eslint": "1.9.0",
"sinon": "1.17.2",
"mocha": "2.3.3",
"gulp": "3.9.0",
"chai": "3.4.1",
"del": "2.0.2"
},
"scripts": {
"test": "gulp"
}
}