bittmapp/package.json
2017-11-17 23:53:24 +00:00

14 lines
267 B
JSON

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