gerber-to-svg
Version:
Gerber and NC drill file to SVG converter
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "gerber-to-svg",
"version": "0.1.8",
"description": "Gerber and NC drill file to SVG converter",
"main": "lib/gerber-to-svg.js",
"bin": {
"gerber2svg": "bin/gerber2svg"
},
"scripts": {
"prepublish": "gulp",
"test": "gulp test",
"test:travis": "gulp coverage"
},
"repository": {
"type": "git",
"url": "git://github.com/mcous/gerber-to-svg.git"
},
"keywords": [
"svg",
"gerber",
"excellon",
"drill",
"pcb",
"circuit"
],
"author": "Mike Cousins <mike@cousins.io> (http://cousins.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcous/gerber-to-svg/issues"
},
"homepage": "https://github.com/mcous/gerber-to-svg",
"devDependencies": {
"browserify": "^5.9.1",
"coffee-coverage": "^0.4.2",
"coffee-script": "^1.7.1",
"coffeeify": "^0.7.0",
"gulp": "^3.8.5",
"gulp-coffee": "^2.0.1",
"gulp-coveralls": "^0.1.2",
"gulp-mocha": "^0.4.1",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.3",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^2.2.19",
"jquery": "^2.1.1",
"mocha": "^1.20.1",
"mocha-lcov-reporter": "0.0.1",
"node-static": "^0.7.4",
"should": "^4.0.4",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"chalk": "^0.5.1",
"minimist": "^1.1.0"
}
}