package.json
{
"name": "e-tutorial",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./app",
"test": "NODE_ENV=travis istanbul cover _mocha ./source/test/db-test.js"
},
"dependencies": {
"async": "^2.4.0",
"bignumber.js": "^4.0.1",
"body-parser": "^1.17.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"cookie-parser": "^1.4.3",
"ejs": "~2.3.3",
"express": "~4.13.1",
"istanbul": "^0.4.5",
"jsonwebtoken": "^7.3.0",
"mocha": "^2.5.3",
"mysql": "^2.13.0",
"readable-stream": "^2.2.6",
"rest": "^2.0.0",
"sequelize": "^3.30.4",
"sequelize-cli": "^2.7.0",
"should": "^11.2.1",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"sqlstring": "^2.2.0"
},
"description": "E-tutorial app",
"main": "app.js",
"devDependencies": {
"mocha": "^2.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nus-mtp/e-tutorial.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nus-mtp/e-tutorial/issues"
},
"homepage": "https://github.com/nus-mtp/e-tutorial#readme"
}