-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
26 lines (26 loc) · 997 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
{
"name": "cs",
"version": "0.1.30",
"description": "Colored Stone : A CSS3 extension for IE6/7/8",
"keywords": ["ie","ie6", "css3","html5"],
"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":">=0.2.5",
"jsi":">=0.1.7",
"rbs":">=0.1.16",
"sylvester":"*",
"openurl":"*"
},
"maintainers": [{"name": "jindw","email": "[email protected]","url": "http://www.xidea.org"}],
"contributors": [
{"name" : "nodiseal","email":"[email protected]"},
{"name" : "dailiqi","email":"[email protected]"}
],
"bugs": {"email": "[email protected]","url": "https://github.com/jindw/cs/issues"},
"licenses": [{"type": "LGPL","url": "http://www.gnu.org/licenses/lgpl.html"}]
}