CSE380/hw4/package.json

22 lines
516 B
JSON
Raw Permalink Normal View History

2022-05-23 06:00:37 -04:00
{
"name": "wolfie2d",
"version": "1.0.0",
"description": "A game engine written in TypeScript",
"main": "./dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Joe Weaver",
"license": "ISC",
"devDependencies": {
"browserify": "^16.5.1",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"tsify": "^5.0.0",
"typescript": "^3.9.7",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
}
}