data-provider-temporary
Version:
Library that helps with server-to-client synchronization of data
25 lines (24 loc) • 444 B
JSON
{
"name": "cssom",
"description": "CSS Object Model implementation and CSS parser",
"keywords": [
"CSS",
"CSSOM",
"parser",
"styleSheet"
],
"version": "0.3.2",
"author": "Nikita Vasilyev <me@elv1s.ru>",
"repository": "NV/CSSOM",
"files": [
"lib/"
],
"main": "./lib/index.js",
"devDependencies": {
"jake": "~0.7.3"
},
"license": "MIT",
"scripts": {
"prepublish": "jake lib/index.js"
}
}