diff options
Diffstat (limited to 'school/node_modules/cssom/package.json')
-rw-r--r-- | school/node_modules/cssom/package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/school/node_modules/cssom/package.json b/school/node_modules/cssom/package.json new file mode 100644 index 0000000..c8e813f --- /dev/null +++ b/school/node_modules/cssom/package.json @@ -0,0 +1,18 @@ +{ + "name": "cssom", + "description": "CSS Object Model implementation and CSS parser", + "keywords": [ + "CSS", + "CSSOM", + "parser", + "styleSheet" + ], + "version": "0.4.4", + "author": "Nikita Vasilyev <me@elv1s.ru>", + "repository": "NV/CSSOM", + "files": [ + "lib/" + ], + "main": "./lib/index.js", + "license": "MIT" +} |