UNPKG

ratchet

Version:

CSS3 Transform Parsers and Generator

42 lines (41 loc) 975 B
{ "name": "ratchet", "description": "CSS3 Transform Parsers and Generator", "author": "Damon Oehlman <damon.oehlman@gmail.com>", "version": "1.1.0", "stability": "unstable", "dependencies": {}, "devDependencies": { "bde": "^1.0.0", "bithound": "^1.7.0", "embellish-readme": "^1.5.2", "eslint": "^6.4.0", "eslint-config-djo-base": "github:damonoehlman/eslint-config-djo-base", "eslint-plugin-import": "^2.18.2", "feature": "^1.0.1", "tape": "^4.6.0" }, "repository": { "type": "git", "url": "http://github.com/DamonOehlman/ratchet.git" }, "bugs": { "url": "http://github.com/DamonOehlman/ratchet/issues" }, "scripts": { "gendocs": "embellish README.md", "lint": "eslint .", "test": "node test/all.js", "example": "bde -p 8090 examples" }, "main": "index.js", "directories": { "test": "test" }, "keywords": [ "css3", "transform", "parser" ], "license": "MIT" }