Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80676 views
1
{
2
"name": "cssstyle",
3
"description": "CSSStyleDeclaration Object Model implementation",
4
"keywords": [
5
"CSS",
6
"CSSStyleDeclaration",
7
"StyleSheet"
8
],
9
"version": "0.2.27",
10
"homepage": "https://github.com/chad3814/CSSStyleDeclaration",
11
"maintainers": [
12
{
13
"name": "chad3814",
14
"email": "[email protected]"
15
}
16
],
17
"contributors": [
18
{
19
"name": "Nikita Vasilyev",
20
"email": "[email protected]"
21
}
22
],
23
"repository": {
24
"type": "git",
25
"url": "git://github.com/chad3814/CSSStyleDeclaration.git"
26
},
27
"bugs": {
28
"url": "https://github.com/chad3814/CSSStyleDeclaration/issues"
29
},
30
"directories": {
31
"lib": "./lib"
32
},
33
"main": "./lib/CSSStyleDeclaration.js",
34
"dependencies": {
35
"cssom": "0.3.x"
36
},
37
"devDependencies": {
38
"nodeunit": "~0.8.0"
39
},
40
"scripts": {
41
"test": "./scripts/run_tests.sh",
42
"prepublish": "node ./scripts/generate_properties.js"
43
},
44
"licenses": [
45
{
46
"type": "MIT",
47
"url": "http://creativecommons.org/licenses/MIT/"
48
}
49
],
50
"gitHead": "b57cdc149d095f6c5625ca9ee22ac3a93987622b",
51
"_id": "[email protected]",
52
"_shasum": "33e0e95bb8043822f6211983dfc018fcdde7470a",
53
"_from": "cssstyle@>=0.2.9 <0.3.0",
54
"_npmVersion": "1.4.28",
55
"_npmUser": {
56
"name": "chad3814",
57
"email": "[email protected]"
58
},
59
"dist": {
60
"shasum": "33e0e95bb8043822f6211983dfc018fcdde7470a",
61
"tarball": "http://registry.npmjs.org/cssstyle/-/cssstyle-0.2.27.tgz"
62
},
63
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.27.tgz"
64
}
65
66