1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-16 17:30:27 +00:00
8bitworkshop/package.json

37 lines
949 B
JSON
Raw Normal View History

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": {
"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",
"test-one": "mocha --recursive --timeout 20000",
"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
}