forked from postcss/postcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.25 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
{
"name": "postcss",
"version": "4.1.16",
"description": "Tool for transforming CSS with JS plugins",
"keywords": ["css", "postproccessor", "parser", "source map", "transform",
"manipulation", "preprocess", "transpiler"],
"author": "Andrey Sitnik <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss.git"
},
"dependencies": {
"es6-promise": "~2.3.0",
"source-map": "~0.4.2",
"js-base64": "~2.1.8",
"babel": "5.6.14"
},
"devDependencies": {
"concat-with-sourcemaps": "1.0.2",
"gulp-json-editor": "2.2.1",
"load-resources": "0.1.0",
"gulp-eslint": "0.15.0",
"gulp-babel": "5.1.0",
"gulp-mocha": "2.1.2",
"yaspeller": "2.5.0",
"gulp-util": "3.0.6",
"gulp-run": "1.6.8",
"fs-extra": "0.21.0",
"sinon": "1.15.4",
"mocha": "2.2.5",
"gulp": "3.9.0",
"chai": "3.0.0"
},
"scripts": {
"test": "gulp"
}
}