8bitworkshop/package.json

56 lines
1.6 KiB
JSON
Raw Normal View History

2016-12-16 01:21:51 +00:00
{
2017-01-12 02:02:23 +00:00
"name": "8bitworkshop",
2019-08-20 23:13:41 +00:00
"version": "3.4.1",
2016-12-16 01:21:51 +00:00
"author": "Steven Hugg",
2019-08-02 14:30:37 +00:00
"description": "8bitworkshop.com",
2019-05-26 03:15:25 +00:00
"repository": {
"type": "git",
2019-08-02 14:30:37 +00:00
"url": "git+https://github.com/sehugg/8bitworkshop.git"
2019-05-26 03:15:25 +00:00
},
2019-08-02 14:30:37 +00:00
"license": "GPL-3.0",
2019-09-05 18:37:47 +00:00
"dependencies": {
"bootstrap-tourist": "^0.2.1",
"jquery": "^3.4.1"
},
2016-12-16 01:21:51 +00:00
"devDependencies": {
"@types/bootbox": "^4.4.36",
2019-02-15 17:33:13 +00:00
"@types/bootstrap": "^3.3.42",
2019-09-28 01:59:02 +00:00
"@types/jquery": "^3.3.31",
"atob": "^2.1.x",
"btoa": "^1.2.x",
2019-08-31 19:36:50 +00:00
"chromedriver": "^76.0.1",
2019-02-15 17:33:13 +00:00
"clipboard": "^2.0.4",
"jsdom": "^12.2.0",
"lzg": "^1.0.x",
"mocha": "^5.2.x",
2019-08-31 19:36:50 +00:00
"nightwatch": "^1.2.1",
2019-05-07 19:37:37 +00:00
"octokat": "^0.10.0",
"pngjs": "^3.3.3",
"rgbquant": "^1.1.2",
2019-09-28 01:50:41 +00:00
"typescript": "^3.6.3",
2019-09-05 18:37:47 +00:00
"typescript-formatter": "^7.2.2"
2017-01-12 02:02:23 +00:00
},
"main": "main.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "make",
"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",
2019-08-31 19:36:50 +00:00
"test-web": "NODE_PATH=$(pwd) nightwatch test/web",
"test-worker": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testworker.js",
"test-platforms": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testplatforms.js",
"test-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli"
2017-01-12 02:02:23 +00:00
},
"keywords": [
"8bit"
],
"bugs": {
"url": "https://github.com/sehugg/8bitworkshop/issues"
},
"homepage": "https://github.com/sehugg/8bitworkshop#readme"
2016-12-16 01:21:51 +00:00
}