mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-05 11:06:28 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "8bitworkshop",
|
|
"version": "3.2.0",
|
|
"author": "Steven Hugg",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/bootstrap": "^3.x",
|
|
"@types/jquery": "^2.x",
|
|
"@types/w2ui": "^1.4.32",
|
|
"atob": "^2.1.2",
|
|
"btoa": "^1.2.1",
|
|
"clipboard": "^2.0.1",
|
|
"heapdump": "^0.3.9",
|
|
"jquery": "^2.x",
|
|
"jsdom": "^12.0.0",
|
|
"lzg": "^1.0.0",
|
|
"mocha": "^5.2.0",
|
|
"typescript": "^3.0.1",
|
|
"wavedrom-cli": "^0.5.0"
|
|
},
|
|
"description": "8bitworkshop.com",
|
|
"main": "main.js",
|
|
"directories": {
|
|
"doc": "doc",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"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-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli"
|
|
},
|
|
"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"
|
|
}
|