14 lines
267 B
JSON
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"
|
|
}
|
|
}
|