makerjs-logo
Version:
Logo for Maker.js
26 lines (25 loc) • 542 B
JSON
{
"name": "makerjs-logo",
"version": "2.0.0",
"description": "Logo for Maker.js",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/danmarshall/makerjs-logo.git"
},
"keywords": [
"makerjs"
],
"author": "Dan Marshall",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/danmarshall/makerjs-logo/issues"
},
"homepage": "https://github.com/danmarshall/makerjs-logo",
"dependencies": {
"makerjs": "^0.7.2"
}
}