forked from nodiseal/cs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 983 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 983 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
39
40
41
42
43
44
45
{
"name": "cs",
"version": "0.1.4",
"description": "Colored Stone : A CSS3 extension for IE6/7/8",
"keywords": [
"css3",
"IE"
],
"maintainers": [{
"name": "jindw",
"email": "jindw@xidea.org",
"url": "http://www.xidea.org"
}],
"contributors": [
],
"bugs": {
"email": "jindw@xidea.org",
"url": "https://github.com/jindw/cs/issues"
},
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"repositories": [
{
"type": "svn",
"url": "git@github.com:jindw/cs.git"
}
],
"implements": [
],
"dependencies": {
"cssom":"*",
"jsi":">=0.1.2",
"rbs":">=0.1.2",
"sylvester":"*"
},
"engines" : { "node" : ">=0.1" },
"directories": {
"lib": "./lib"
},
"main": "./lib/index.js"
}