smil2css
Version:
SVG animation supporting IE10+ and <noscript>.
43 lines (42 loc) • 879 B
JSON
{
"name": "smil2css",
"description": "SVG animation supporting IE10+ and <noscript>.",
"version": "0.1.0",
"homepage": "https://github.com/stevenvachon/smil2css",
"author": {
"name": "Steven Vachon",
"email": "contact@svachon.com",
"url": "http://www.svachon.com/"
},
"main": "lib",
"bin": {
"smil2css": "bin/index"
},
"repository": {
"type": "git",
"url": "git://github.com/stevenvachon/smil2css.git"
},
"bugs": {
"url": "https://github.com/stevenvachon/smil2css/issues"
},
"dependencies": {
"autoprefixer": "~1.1",
"cheerio": "~0.13",
"cli-table": "~0.3",
"colors": "~0.6",
"css": "~1.6",
"nopt": "~2.2"
},
"devDependencies": {
"chai": "~1.9",
"grunt": "~0.4",
"grunt-mocha-test": "~0.9"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"svg",
"smil"
]
}