8bitworkshop/package.json

41 lines
1.0 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-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",
"mocha": "^5.2.0",
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": {
"build": "tsc",
"test": "npm run test-node",
"test-one": "mocha --recursive --timeout 60000",
"test-node": "mocha --recursive --timeout 60000 test/cli",
"test-worker": "mocha --recursive --timeout 60000 test/cli/testworker.js",
"test-profile": "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
}