forked from postcss/postcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.86 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
{
"name": "postcss",
"version": "5.1.0",
"description": "Tool for transforming styles with JS plugins",
"typings": "d.ts/postcss.d.ts",
"engines": {
"node": ">=0.12"
},
"keywords": [
"css",
"postcss",
"rework",
"preprocessor",
"parser",
"source map",
"transform",
"manipulation",
"transpiler"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"homepage": "http://postcss.org/",
"repository": "postcss/postcss",
"dependencies": {
"supports-color": "^3.1.2",
"source-map": "^0.5.6",
"js-base64": "^2.1.9"
},
"devDependencies": {
"babel-plugin-precompile-charcodes": "1.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015-loose": "7.0.0",
"concat-with-sourcemaps": "1.0.4",
"eslint-config-postcss": "2.0.2",
"postcss-parser-tests": "5.0.9",
"babel-preset-es2015": "6.9.0",
"gulp-sourcemaps": "1.6.0",
"babel-eslint": "6.1.2",
"gulp-eslint": "3.0.1",
"gulp-jsdoc3": "0.3.0",
"babel-core": "6.10.4",
"gulp-babel": "6.1.2",
"strip-ansi": "3.0.1",
"yaspeller": "2.8.1",
"gulp-run": "1.7.1",
"gulp-ava": "0.12.1",
"fs-extra": "0.30.0",
"docdash": "0.4.0",
"eslint": "3.0.1",
"sinon": "1.17.4",
"gulp": "3.9.1",
"ava": "0.15.2",
"del": "2.2.1"
},
"scripts": {
"test": "gulp"
},
"main": "lib/postcss"
}