2016-12-16 01:21:51 +00:00
|
|
|
{
|
2017-01-12 02:02:23 +00:00
|
|
|
"name": "8bitworkshop",
|
2017-01-16 15:35:19 +00:00
|
|
|
"version": "0.0.2",
|
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": {
|
2017-01-14 05:47:26 +00:00
|
|
|
"mocha": "^3.2.0",
|
|
|
|
"mocha-phantomjs": "^4.1.0"
|
2017-01-12 02:02:23 +00:00
|
|
|
},
|
|
|
|
"description": "8bitworkshop.com",
|
|
|
|
"main": "main.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "doc",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-01-14 16:14:25 +00:00
|
|
|
"test": "npm run test-node && npm run test-browser",
|
|
|
|
"test-node": "mocha --recursive test/cli",
|
|
|
|
"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
|
|
|
}
|