Skip to content

Instantly share code, notes, and snippets.

@RusAlex
Created December 20, 2015 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RusAlex/6dd6982cb36148a8dff1 to your computer and use it in GitHub Desktop.
Save RusAlex/6dd6982cb36148a8dff1 to your computer and use it in GitHub Desktop.
{
"name": "libertysoil",
"version": "1.0.0",
"description": "Libertysoil.org website",
"license": "AGPL-3.0+",
"repository": {
"type": "git",
"url": "git+https://github.com/Lokiedu/libertysoil-site.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Preparing test database...\" && babel-node test-helpers/dropDatabase.js && NODE_ENV=test knex migrate:latest && mocha test",
"test-old": "echo \"Preparing test database...\" && NODE_ENV=test knex migrate:rollback && NODE_ENV=test knex migrate:latest && mocha test",
"start": "knex migrate:latest && babel-node --optional es7.functionBind,es7.classProperties,es7.decorators index.js",
"docker-start": "knex migrate:latest && gulp build && babel-node --optional es7.functionBind,es7.classProperties,es7.decorators index.js",
"watch": "nodemon --watch src --watch index.js --exec babel-node --source-maps --optional es7.functionBind,es7.classProperties,es7.decorators -- index.js"
},
"author": {
"name": "Loki Education (Social Enterprise)",
"email": "info@lokieducation.org"
},
"babel": {
"optional": [
"es7.functionBind",
"es7.classProperties",
"es7.decorators"
]
},
"dependencies": {
"aws-sdk": "^2.2.20",
"babel": "^5.8.34",
"babel-runtime": "^5.8.34",
"babelify": "^6.4.0",
"bcrypt": "^0.8.5",
"bluebird": "^2.10.0",
"body-parser": "^1.13.3",
"bookshelf": "^0.9.1",
"browserify": "^12.0.1",
"connect-redis": "^2.4.1",
"crypto": "0.0.3",
"del": "",
"dynamic-bem-classnames": "^1.0.2",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.11.3",
"file-type": "^3.3.0",
"font-awesome": "",
"grapheme-breaker": "^0.3.2",
"gulp": "",
"gulp-autoprefixer": "",
"gulp-concat": "",
"gulp-if": "",
"gulp-less": "",
"gulp-notify": "",
"gulp-plumber": "",
"gulp-util": "",
"gulp-watch": "^4.3.5",
"history": "~1.13.1",
"immutable": "^3.7.5",
"jsdom": "^7.2.1",
"knex": "^0.9.0",
"lodash": "^3.10.1",
"lwip": "0.0.8",
"mandrill-api": "^1.0.45",
"mapbox.js": "^2.2.3",
"md5": "^2.0.0",
"mime": "^1.3.4",
"mocha": "^2.3.4",
"moment": "^2.10.6",
"multer": "^1.1.0",
"pg": "^4.4.3",
"react": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-autosuggest": "^2.2.0",
"react-dom": "^0.14.3",
"react-gravatar": "^2.2.2",
"react-linkify": "0.1.1",
"react-redux": "^4.0.0",
"react-router": "^1.0.0",
"redux": "^3.0.4",
"redux-immutablejs": "0.0.7",
"redux-simple-router": "^1.0.0",
"run-sequence": "",
"superagent": "^1.3.0",
"twitter-text": "^1.13.2",
"unexpected": "^10.4.0",
"unexpected-react": "^0.3.2",
"url-assembler": "^1.2.4",
"uuid": "^2.0.1",
"vinyl-source-stream": ""
},
"devDependencies": {
"adm-zip": "^0.4.7",
"browser-sync": "",
"csv": "^0.4.6",
"nodemon": "^1.8.1",
"slug": "^0.9.1",
"tmp": "0.0.28",
"unexpected-express": "^8.0.0",
"watchify": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment