UNPKG

snapsvg-cjs-patched

Version:

SnapSVG in CommonJS format, works out-of-the-box with Webpack

41 lines (40 loc) 1.02 kB
{ "name": "snapsvg-cjs-patched", "version": "0.0.8", "description": "SnapSVG in CommonJS format, works out-of-the-box with Webpack", "main": "dist/snap.svg-cjs.js", "scripts": { "build": "gulp && webpack dist/snap.svg-cjs.js --output-file=dist/snap.svg.js", "start": "superstatic", "pretest": "npm run build", "test": "karma" }, "keywords": [ "snapsvg", "svg", "webpack" ], "author": "Glen Maddern", "license": "MIT", "bugs": { "url": "https://github.com/geelen/Snap.svg-cjs/issues" }, "homepage": "https://github.com/geelen/Snap.svg-cjs#readme", "dependencies": { "snapsvg": "0.5.1" }, "peerDependencies": { "eve": "~0.5.1" }, "devDependencies": { "assert": "^1.3.0", "babel-core": "^6.4.5", "babel-preset-es2015": "^6.3.13", "expect.js": "^0.3.1", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "mocha": "^2.3.4", "superstatic": "^4.0.1", "webpack": "^1.12.11" } }