forked from arne/asdf-games
28 lines
527 B
JSON
28 lines
527 B
JSON
{
|
|
"name": "asdf-games",
|
|
"version": "1.0.0",
|
|
"description": "Me making games using HTML5 Games: Novice to Ninja by Sitepoint.",
|
|
"main": "list.js",
|
|
"dependencies": {
|
|
"browserify": "^16.5.0",
|
|
"budo": "^11.6.3",
|
|
"serve-index": "^1.9.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "startHTTP.bat"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "asdf-games"
|
|
},
|
|
"keywords": [
|
|
"ASDF",
|
|
"ARNweb",
|
|
"Games",
|
|
"Sitepoint"
|
|
],
|
|
"author": "Arne van Iterson",
|
|
"license": "ISC"
|
|
}
|