bittmapp/package.json
Nathan Kunicki 47c4c9c151 Added readme
2017-11-18 00:29:08 +00:00

17 lines
315 B
JSON

{
"name": "bittmapp",
"version": "0.0.1",
"description": "BittMapp - A monochrome bitmap editor",
"scripts": {
"build": "tsc"
},
"author": "Nathan Kunicki <me@nathankunicki.com>",
"license": "MIT",
"engines": {
"node" : ">=8.9.1"
},
"devDependencies": {
"typescript": "^2.6.1"
}
}