UNPKG

appetizer-bundle

Version:

Create/Bundle React-Native apps to on appetize.io

39 lines (38 loc) 998 B
{ "name": "appetizer-bundle", "version": "1.0.1", "description": "Create/Bundle React-Native apps to on appetize.io", "main": "index.js", "scripts": { "pretest": "cd test/fixture && npm install . && cd ../../", "lint": "eslint-godaddy index.js test/unit.test.js", "test": "mocha test/unit.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/godaddy/appetizer-bundle.git" }, "bugs": { "url": "https://github.com/godaddy/appetizer-bundle/issues" }, "homepage": "https://github.com/godaddy/appetizer-bundle#readme", "keywords": [ "appetizer", "appetize.io", "appetize", "bundle" ], "author": "GoDaddy Operating Company, LLC", "license": "MIT", "dependencies": { "diagnostics": "^2.0.2" }, "devDependencies": { "assume": "^1.5.1", "eslint": "^4.1.1", "eslint-config-godaddy": "^1.1.0", "eslint-plugin-json": "^1.2.0", "eslint-plugin-mocha": "^4.11.0", "mocha": "^3.4.2" } }