2016-12-15 20:21:51 -05:00
|
|
|
{
|
2017-01-11 21:02:23 -05:00
|
|
|
"name": "8bitworkshop",
|
2017-01-26 21:59:34 -05:00
|
|
|
"version": "1.0.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": {
|
2017-01-14 00:47:26 -05:00
|
|
|
"mocha": "^3.2.0",
|
2018-01-07 16:57:17 -06:00
|
|
|
"mocha-phantomjs": "^4.1.0",
|
|
|
|
"wavedrom-cli": "^0.5.0"
|
2017-01-11 21:02:23 -05:00
|
|
|
},
|
|
|
|
"description": "8bitworkshop.com",
|
|
|
|
"main": "main.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "doc",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-01-14 11:14:25 -05:00
|
|
|
"test": "npm run test-node && npm run test-browser",
|
2017-05-05 09:51:47 -04:00
|
|
|
"test-one": "mocha --recursive --timeout 20000",
|
2017-03-28 12:22:33 -04:00
|
|
|
"test-node": "mocha --recursive --timeout 20000 test/cli",
|
2017-04-15 00:12:21 -04:00
|
|
|
"test-profile": "mocha --recursive --timeout 60000 --prof test/cli",
|
2017-01-14 11:14:25 -05:00
|
|
|
"test-browser": "mocha-phantomjs ./testemu.html"
|
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
|
|
|
}
|