UNPKG

modernizr-svg-transforms

Version:
37 lines (36 loc) 1.03 kB
{ "name": "modernizr-svg-transforms", "version": "1.0.1", "description": "Modernizr test for transform support within inline-svg", "main": "index.js", "scripts": { "babel": "babel index-babel.js --out-file index-compiled.js", "babel:watch": "babel index-babel.js --watch --out-file index-compiled.js", "lint": "eslint ./", "test": "npm run lint" }, "repository": { "type": "git", "url": "https://github.com/wildpixeldesign/modernizr-svg-transforms.git" }, "keywords": [ "modernizr", "svg", "inline-svg", "css-transform", "svg-transform" ], "author": "Daniel Moore <dan@wildpixeldesign.com>", "license": "MIT", "bugs": { "url": "https://github.com/wildpixeldesign/modernizr-svg-transforms/issues" }, "homepage": "https://github.com/wildpixeldesign/modernizr-svg-transforms", "devDependencies": { "babel-cli": "^6.16.0", "babel-eslint": "^7.0.0", "babel-preset-es2015": "^6.16.0", "babelify": "^7.3.0", "eslint": "^3.8.1" } }