forked from postcss/postcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.17 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
{
"name": "postcss",
"version": "2.2.5",
"description": "Framework for CSS postprocessors with full source map support",
"keywords": ["css", "parser", "postproccessor", "source map"],
"author": "Andrey Sitnik <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss.git"
},
"dependencies": {
"es6-transpiler": "0.7.16",
"source-map": "~0.1.39",
"js-base64": "~2.1.5"
},
"devDependencies": {
"gulp-es6-transpiler": "1.0.0",
"gulp-json-editor": "2.0.2",
"jshint-stylish": "1.0.0",
"gulp-jshint": "1.8.4",
"gonzales-pe": "3.0.0-10",
"gulp-mocha": "1.1.0",
"gulp-util": "3.0.1",
"fs-extra": "0.12.0",
"gonzales": "1.0.7",
"request": "2.44.0",
"rework": "1.0.1",
"should": "4.0.4",
"mocha": "1.21.4",
"cssom": "0.3.0",
"gulp": "3.8.8"
},
"scripts": {
"test": "gulp"
}
}