forked from ks-tech/cs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 893 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
{
"name": "cs",
"version": "0.1.20",
"description": "Colored Stone : A CSS3 extension for IE6/7/8",
"keywords": [ "css3","IE"],
"author": "jindw <[email protected]> (http://www.xidea.org)",
"homepage": "https://github.com/jindw/cs",
"repository": {"type": "git","url": "git://github.com/jindw/cs.git"},
"main": "./lib/index.js",
"engines" : { "node" : ">=0.1" },
"dependencies": {
"xmldom":">=0.1.9",
"cssom":"*",
"jsi":">=0.1.7",
"rbs":">=0.1.9",
"sylvester":"*",
"openurl":"*"
},
"maintainers": [{"name": "jindw","email": "[email protected]","url": "http://www.xidea.org"}],
"contributors": [
{"name" : "nodiseal"}
],
"bugs": {"email": "[email protected]","url": "https://github.com/jindw/cs/issues"},
"licenses": [{"type": "LGPL","url": "http://www.gnu.org/licenses/lgpl.html"}]
}