libcss-w3d
Version:
CSS parser and selection library with w3d properties.
31 lines (30 loc) • 640 B
JSON
{
"name": "libcss-w3d",
"version": "0.0.1",
"description": "CSS parser and selection library with w3d properties.",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcneves/libcss-js.git"
},
"keywords": [
"CSS",
"libcss",
"w3d",
"webdesign"
],
"author": "Lucas Neves",
"license": "MIT",
"bugs": {
"url": "https://github.com/lcneves/libcss-js/issues"
},
"homepage": "https://github.com/lcneves/libcss-js#readme"
}