forked from webpack/postcss-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 824 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 824 Bytes
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
{
"name": "postcss-loader",
"version": "0.3.0",
"description": "PostCSS loader for webpack",
"keywords": ["webpack", "postcss", "loader", "css", "postproccessor"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-loader.git"
},
"dependencies": {
"loader-utils": "^0.2.5",
"postcss": "^4.0.3"
},
"devDependencies": {
"jshint-stylish": "1.0.0",
"gulp-webpack": "1.2.0",
"gulp-jshint": "1.9.2",
"gulp-mocha": "2.0.0",
"raw-loader": "0.5.1",
"fs-extra": "0.16.3",
"chai": "1.10.0",
"gulp": "3.8.10"
},
"scripts": {
"test": "gulp"
}
}