UNPKG

mullet

Version:

Mullet Stack: Facebook in the front. Walmart in the back. (React.js/Hapi)

75 lines (74 loc) 2.02 kB
{ "name": "mullet", "version": "0.0.23", "description": "Mullet Stack: Facebook in the front. Walmart in the back. (React.js/Hapi)", "main": "walmart.js", "watch": { "test": "{src,test}/*.js" }, "scripts": { "webpack": "webpack", "test": "jest --verbose && lab -v -l", "lint": "eslint . --ext .js", "watch": "npm-watch", "start": "node walmart.js", "format": "prettier --single-quote --write *.js src/components/*.js test/*.js", "postinstall": "mkdir -p public/js && cp node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/jquery/dist/jquery.min.* public/js && cp node_modules/bootstrap/dist/css/bootstrap*.min.css public/css && npm run webpack" }, "engines": { "node": "6" }, "repository": { "type": "git", "url": "https://github.com/lynnaloo/mullet.git" }, "keywords": [ "react", "hapi", "node", "Facebook", "Walmart", "mullet" ], "author": "Linda Nichols", "license": "MIT", "bugs": { "url": "https://github.com/lynnaloo/mullet/issues" }, "homepage": "http://www.mullet.io", "dependencies": { "babel": "^6.23.0", "babel-core": "^6.4.0", "babel-jest": "^19.0.0", "babel-loader": "^6.2.1", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "blipp": "^2.3.0", "body-parser": "^1.14.1", "bootstrap": "^3.3.5", "h2o2": "^5.4.0", "hapi": "^16.1.0", "inert": "^4.1.0", "jest": "^19.0.2", "jquery": "^3.2.0", "npm-watch": "^0.1.8", "react": "^15.4.2", "react-dom": "^15.4.2", "react-scripts": "^0.9.5", "vision": "^4.1.1", "webpack": "^2.2.1" }, "devDependencies": { "code": "^4.0.0", "enzyme": "^2.7.1", "eslint": "^3.18.0", "eslint-config-eta": "^0.0.9", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-react": "^6.10.0", "jest-cli": "^19.0.2", "lab": "^13.0.1", "prettier": "^0.22.0", "react-addons-test-utils": "^15.4.2", "react-test-renderer": "^15.4.2" } }