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