2016-12-16 01:21:51 +00:00
|
|
|
{
|
2017-01-12 02:02:23 +00:00
|
|
|
"name": "8bitworkshop",
|
2018-07-02 22:48:17 +00:00
|
|
|
"version": "2.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-11 03:17:39 +00:00
|
|
|
"heapdump": "^0.3.9",
|
2018-07-06 02:37:19 +00:00
|
|
|
"typescript": "^2.9.2",
|
2018-07-08 03:10:51 +00:00
|
|
|
"@types/jquery": "^2.x",
|
|
|
|
"@types/bootstrap": "^3.x",
|
2017-01-14 05:47:26 +00:00
|
|
|
"mocha": "^3.2.0",
|
2018-01-07 22:57:17 +00:00
|
|
|
"mocha-phantomjs": "^4.1.0",
|
|
|
|
"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-07-06 00:13:07 +00:00
|
|
|
"build": "tsc",
|
2017-01-14 16:14:25 +00:00
|
|
|
"test": "npm run test-node && npm run test-browser",
|
2017-05-05 13:51:47 +00:00
|
|
|
"test-one": "mocha --recursive --timeout 20000",
|
2017-03-28 16:22:33 +00:00
|
|
|
"test-node": "mocha --recursive --timeout 20000 test/cli",
|
2017-04-15 04:12:21 +00:00
|
|
|
"test-profile": "mocha --recursive --timeout 60000 --prof test/cli",
|
2017-01-14 16:14:25 +00:00
|
|
|
"test-browser": "mocha-phantomjs ./testemu.html"
|
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
|
|
|
}
|