whats-that-gerber
Version:
Identify Gerber and drill files by filenamee
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "whats-that-gerber",
"version": "4.2.7",
"description": "Identify Gerber and drill files by filenamee",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"serve": "node ../../scripts/serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tracespace/tracespace.git",
"directory": "packages/whats-that-gerber"
},
"keywords": [
"pcb",
"gerber",
"excellon",
"circuit",
"hardware",
"electronics"
],
"contributors": [
"Mike Cousins <mike@cousins.io> (http://cousins.io)",
"Kaspar Emanuel <kaspar@monostable.co.uk> (http://monostable.co.uk)",
"David Freitag <dvdfreitag@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tracespace/tracespace/issues"
},
"homepage": "https://github.com/tracespace/tracespace#readme",
"dependencies": {
"xtend": "^4.0.2"
},
"gitHead": "8ecba37cf1788a7d80b856b892e683af125e0cc3"
}