1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-01-11 23:30:04 +00:00
8bitworkshop/package.json

57 lines
1.6 KiB
JSON
Raw Normal View History

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",
"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": {
"@types/bootbox": "^4.4.36",
"@types/bootstrap": "^3.4.0",
2020-07-09 20:21:28 -05:00
"@types/jquery": "^3.5.0",
"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",
"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",
"pngjs": "^3.4.0",
"rgbquant": "^1.1.2",
2020-07-05 17:37:42 -05:00
"typescript": "^3.9.6",
"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": {
"build": "make",
"test": "npm run test-node",
"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",
"test-platforms": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testplatforms.js",
"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
}