forked from cssdream/cssgrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 696 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 696 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
30
31
32
33
34
35
36
37
38
{
"name": "cssgrace",
"version": "2.0.2",
"description": "CSS postproccessor",
"main": "lib/index.js",
"author": {
"name": "yisi",
"email": "yiorsi@gmail.com",
"url": "http://iyunlu.com/view"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:cssdream/cssgrace.git"
},
"keywords": [
"css",
"css3",
"css polyfill",
"postcss",
"postcss-plugins",
"proccessor",
"postproccessor"
],
"dependencies": {
"image-size": "^0.3.5"
},
"peerDependencies": {
"postcss": "^4.0.0"
},
"devDependencies": {
"postcss": "^4.0.0",
"tape": "^3.0.0"
},
"scripts": {
"test": "tape test"
}
}