bittmapp/package.json
Nathan Kunicki a7725f7ca0 Added readme
2017-11-18 00:30:42 +00:00

17 lines
314 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"
}
}