forked from postcss/postcss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.82 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.82 KB
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": "4.0.6",
"description": "Tool for transforming CSS with JS plugins",
"keywords": ["css", "postproccessor", "parser", "source map", "transform",
"manipulation", "preprocess", "transpiler"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss.git"
},
"dependencies": {
"source-map": "~0.4.2",
"js-base64": "~2.1.7",
"babel": "4.7.16"
},
"devDependencies": {
"concat-with-sourcemaps": "1.0.2",
"gulp-bench-summary": "0.1.0",
"gulp-json-editor": "2.2.1",
"gonzales-pe": "3.0.0-26",
"gulp-eslint": "0.6.0",
"browserify": "9.0.3",
"gulp-babel": "4.0.1",
"gulp-bench": "1.1.0",
"gulp-mocha": "2.0.1",
"node-sass": "2.1.1",
"yaspeller": "1.1.0",
"gulp-util": "3.0.4",
"fs-extra": "0.17.0",
"gonzales": "1.0.7",
"through2": "0.6.3",
"stylecow": "5.0.0",
"request": "2.54.0",
"cssnext": "1.1.0",
"rework": "1.0.1",
"mensch": "0.3.1",
"stylus": "0.50.0",
"eslint": "0.16.1",
"sinon": "1.14.1",
"mocha": "2.2.1",
"cssom": "0.3.0",
"gulp": "3.8.11",
"less": "2.4.0",
"chai": "2.2.0"
},
"scripts": {
"test": "gulp && yaspeller ."
}
}