16 lines
332 B
JSON
16 lines
332 B
JSON
|
{
|
||
|
"name": "fingernails",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Fingernails on a chalkboard",
|
||
|
"main": "index.html",
|
||
|
"dependencies": {
|
||
|
"babel-polyfill": "^6.26.0"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "AGPL-3.0-or-later"
|
||
|
}
|