soulmate
Version:
The most fast and stable javacript web framework.
85 lines (84 loc) • 2.69 kB
JSON
{
"name": "soulmate",
"version": "1.0.2",
"description": "The most fast and stable javacript web framework.",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"start": "node server.js",
"clean": "rm -rf dist && rm -rf node_modules",
"heroku-prebuild": "bash ./scripts/deployment_react.sh",
"heroku-postbuild": "bash ./scripts/deployment_cleanup.sh",
"rebuild": "webpack -d --progress --colors",
"watch": "webpack -d --progress --watch",
"debug-server": "nodemon --debug server.js",
"debug": "node-inspector server.js",
"db": "psql postgres",
"heroku": "git push heroku master",
"heroku-logs": "heroku logs --tail",
"heroku-db": "heroku pg:psql",
"git": "git add . && git commit -m 'File updated in [app_name] application folder' && git push",
"heroku-git": "git add . && git commit -m 'File updated in [app_name] application folder' && git push && git push heroku master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soulMateJs/soulmate.git"
},
"keywords": [
"soulmate"
],
"author": "Mohamed Gassama <bouyagassama@gamil.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/soulMateJs/soulmate/issues"
},
"homepage": "https://github.com/soulMateJs/soulmate#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.16.1",
"colors": "^1.1.2",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"helmet": "^3.4.0",
"morgan": "^1.8.1",
"node-fetch": "^1.6.3",
"pg-promise": "^5.5.6"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.26.1",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.26.0",
"html-webpack-template": "^6.0.0",
"mocha": "^3.2.0",
"postcss-loader": "^1.2.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-dom": "^4.0.0-beta.5",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"semantic-ui": "^2.2.7",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
}
}