2019-08-20 17:59:26 +02:00
|
|
|
{
|
|
|
|
"name": "asdf-games",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Me making games using HTML5 Games: Novice to Ninja by Sitepoint.",
|
|
|
|
"main": "list.js",
|
|
|
|
"dependencies": {
|
2019-12-31 15:41:21 +01:00
|
|
|
"browserify": "^16.5.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-20 17:59:26 +02:00
|
|
|
"budo": "^11.6.3",
|
|
|
|
"serve-index": "^1.9.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-12-31 15:41:21 +01:00
|
|
|
"start": "node list.js --dir ./ --live"
|
2019-08-20 17:59:26 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "asdf-games"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ASDF",
|
|
|
|
"ARNweb",
|
|
|
|
"Games",
|
|
|
|
"Sitepoint"
|
|
|
|
],
|
|
|
|
"author": "Arne van Iterson",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|