forked from arne/asdf-games
19 lines
297 B
JSON
19 lines
297 B
JSON
|
{
|
||
|
"name": "asdf-lib-test",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Library test",
|
||
|
"main": "index.html",
|
||
|
"directories": {
|
||
|
"lib": "lib"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "na"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"library",
|
||
|
"test",
|
||
|
"asdf"
|
||
|
],
|
||
|
"author": "Arne van Iterson",
|
||
|
"license": "ISC"
|
||
|
}
|