2016-12-15 20:21:51 -05:00
|
|
|
{
|
2017-01-11 21:02:23 -05:00
|
|
|
"name": "8bitworkshop",
|
2019-04-22 13:32:34 -04:00
|
|
|
"version": "3.4.0",
|
2016-12-15 20:21:51 -05:00
|
|
|
"author": "Steven Hugg",
|
2017-01-11 21:02:23 -05:00
|
|
|
"dependencies": {},
|
2016-12-15 20:21:51 -05:00
|
|
|
"devDependencies": {
|
2019-02-15 12:33:13 -05:00
|
|
|
"@types/bootstrap": "^3.3.42",
|
|
|
|
"@types/jquery": "^3.3.29",
|
2018-10-11 11:33:09 -04:00
|
|
|
"@types/w2ui": "^1.4.x",
|
|
|
|
"atob": "^2.1.x",
|
|
|
|
"btoa": "^1.2.x",
|
2019-02-15 12:33:13 -05:00
|
|
|
"clipboard": "^2.0.4",
|
2019-05-03 09:32:45 -04:00
|
|
|
"jquery": "^3.4.1",
|
2019-02-15 12:33:13 -05:00
|
|
|
"jsdom": "^12.2.0",
|
2018-10-11 11:33:09 -04:00
|
|
|
"lzg": "^1.0.x",
|
|
|
|
"mocha": "^5.2.x",
|
2019-05-07 15:37:37 -04:00
|
|
|
"octokat": "^0.10.0",
|
2018-12-01 15:00:17 -05:00
|
|
|
"pngjs": "^3.3.3",
|
2019-02-15 12:33:13 -05:00
|
|
|
"typescript": "^3.3.3",
|
2018-10-11 11:33:09 -04:00
|
|
|
"wavedrom-cli": "^0.5.x"
|
2017-01-11 21:02:23 -05:00
|
|
|
},
|
|
|
|
"description": "8bitworkshop.com",
|
|
|
|
"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
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/sehugg/8bitworkshop.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"8bit"
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sehugg/8bitworkshop/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/sehugg/8bitworkshop#readme"
|
2016-12-15 20:21:51 -05:00
|
|
|
}
|