2016-12-15 20:21:51 -05:00
|
|
|
{
|
2017-01-11 21:02:23 -05:00
|
|
|
"name": "8bitworkshop",
|
2020-07-05 17:37:42 -05:00
|
|
|
"version": "3.5.3",
|
2016-12-15 20:21:51 -05:00
|
|
|
"author": "Steven Hugg",
|
2019-08-02 10:30:37 -04:00
|
|
|
"description": "8bitworkshop.com",
|
2019-05-25 23:15:25 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-08-02 10:30:37 -04:00
|
|
|
"url": "git+https://github.com/sehugg/8bitworkshop.git"
|
2019-05-25 23:15:25 -04:00
|
|
|
},
|
2019-08-02 10:30:37 -04:00
|
|
|
"license": "GPL-3.0",
|
2019-09-05 14:37:47 -04:00
|
|
|
"dependencies": {
|
|
|
|
"bootstrap-tourist": "^0.2.1",
|
2020-04-09 10:11:33 -05:00
|
|
|
"browser-detect": "^0.2.28",
|
2020-07-09 20:21:28 -05:00
|
|
|
"jquery": "^3.4.1",
|
2020-07-05 17:37:42 -05:00
|
|
|
"reflect-metadata": "^0.1.13"
|
2019-09-05 14:37:47 -04:00
|
|
|
},
|
2016-12-15 20:21:51 -05:00
|
|
|
"devDependencies": {
|
2019-05-12 09:52:09 -04:00
|
|
|
"@types/bootbox": "^4.4.36",
|
2019-10-25 20:55:50 -05:00
|
|
|
"@types/bootstrap": "^3.4.0",
|
2020-07-09 20:21:28 -05:00
|
|
|
"@types/jquery": "^3.5.0",
|
2018-10-11 11:33:09 -04:00
|
|
|
"atob": "^2.1.x",
|
|
|
|
"btoa": "^1.2.x",
|
2020-04-19 09:32:21 -05:00
|
|
|
"chromedriver": "^79.0.3",
|
|
|
|
"clipboard": "^2.0.6",
|
2019-02-15 12:33:13 -05:00
|
|
|
"jsdom": "^12.2.0",
|
2018-10-11 11:33:09 -04:00
|
|
|
"lzg": "^1.0.x",
|
2020-07-09 20:21:28 -05:00
|
|
|
"mocha": "^7.2.0",
|
2019-05-07 15:37:37 -04:00
|
|
|
"octokat": "^0.10.0",
|
2019-10-25 20:55:50 -05:00
|
|
|
"pngjs": "^3.4.0",
|
2019-09-09 11:21:35 -05:00
|
|
|
"rgbquant": "^1.1.2",
|
2020-07-05 17:37:42 -05:00
|
|
|
"typescript": "^3.9.6",
|
2020-01-04 13:17:42 -06:00
|
|
|
"typescript-formatter": "^7.2.2",
|
2020-04-19 09:32:21 -05:00
|
|
|
"vgm-parser": "^0.6.3"
|
2017-01-11 21:02:23 -05:00
|
|
|
},
|
|
|
|
"main": "main.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "doc",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-04-05 08:58:26 -04:00
|
|
|
"build": "make",
|
2018-07-29 22:33:15 -04:00
|
|
|
"test": "npm run test-node",
|
2018-08-16 19:19:20 -04:00
|
|
|
"test-one": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000",
|
|
|
|
"test-node": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli",
|
|
|
|
"test-worker": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testworker.js",
|
2018-11-30 12:37:00 -05:00
|
|
|
"test-platforms": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testplatforms.js",
|
2018-08-16 19:19:20 -04:00
|
|
|
"test-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli"
|
2017-01-11 21:02:23 -05:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"8bit"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sehugg/8bitworkshop/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/sehugg/8bitworkshop#readme"
|
2016-12-15 20:21:51 -05:00
|
|
|
}
|