8bitworkshop/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2016-12-16 01:21:51 +00:00
{
2017-01-12 02:02:23 +00:00
"name": "8bitworkshop",
2018-10-03 18:17:02 +00:00
"version": "3.2.0",
2016-12-16 01:21:51 +00:00
"author": "Steven Hugg",
2017-01-12 02:02:23 +00:00
"dependencies": {},
2016-12-16 01:21:51 +00:00
"devDependencies": {
2018-07-08 03:10:51 +00:00
"@types/bootstrap": "^3.x",
2018-08-21 22:32:07 +00:00
"@types/jquery": "^2.x",
2018-09-01 15:02:51 +00:00
"@types/w2ui": "^1.4.32",
2018-08-23 22:27:07 +00:00
"atob": "^2.1.2",
"btoa": "^1.2.1",
"clipboard": "^2.0.1",
"jquery": "^2.x",
2018-08-21 22:32:07 +00:00
"jsdom": "^12.0.0",
"lzg": "^1.0.0",
"mocha": "^5.2.0",
"phantomjs": "^2.1.7",
"typescript": "^3.0.1",
2018-01-07 22:57:17 +00:00
"wavedrom-cli": "^0.5.0"
2017-01-12 02:02:23 +00:00
},
"description": "8bitworkshop.com",
"main": "main.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
2018-10-03 19:13:22 +00:00
"build": "./node_modules/typescript/bin/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"
2017-01-12 02:02:23 +00: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-16 01:21:51 +00:00
}