-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 826 Bytes
/
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
{
"name": "postcss-chinese-stylesheets",
"version": "1.0.2",
"description": "PostCSS plugin PostCSS plugin for writing chinese Style Sheets",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"chinese"
],
"author": "zhouwenbin <zwb86@qq.com>",
"license": "MIT",
"repository": "johnie/postcss-chinese-stylesheets",
"bugs": {
"url": "https://github.com/johnie/postcss-chinese-stylesheets/issues"
},
"homepage": "https://github.com/johnie/postcss-chinese-stylesheets",
"dependencies": {
"lodash": "^3.10.1",
"postcss": "^5.0.2",
"chinese-css-properties": "^1.0.2",
"chinese-css-values": "^1.0.6"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3"
},
"scripts": {
"test": "gulp"
}
}