makerjs-smile
Version:
A smiley face for Maker.js
26 lines (25 loc) • 555 B
JSON
{
"name": "makerjs-smile",
"version": "1.2.1",
"description": "A smiley face for Maker.js",
"main": "smile.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/danmarshall/makerjs-smile.git"
},
"keywords": [
"makerjs"
],
"author": "Dan Marshall",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/danmarshall/makerjs-smile/issues"
},
"homepage": "https://github.com/danmarshall/makerjs-smile",
"dependencies": {
"makerjs": "^0.2.0"
}
}