sashimi-platform/package.json
{
"name": "lecture-note-2.0",
"version": "0.0.1",
"description": "A flexible and extensible document viewing and editing platform.",
"private": true,
"main": "main.js",
"scripts": {
"start": "node ./bin/www",
"test": "mocha \"test/**/*.js\"",
"test-travis": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nus-mtp/lecture-note-2.0.git"
},
"keywords": [
"markdown",
"presentation",
"lecture",
"note"
],
"author": "Amos Wong Wen Jet, Chua Jia Xuan, Lek Jia Ying, Tay Jie Hao, Won Jun Ru Daphne",
"license": "MIT",
"bugs": {
"url": "https://github.com/nus-mtp/lecture-note-2.0/issues"
},
"homepage": "https://github.com/nus-mtp/lecture-note-2.0#readme",
"dependencies": {
"body-parser": "~1.16.0",
"connect-history-api-fallback": "^1.3.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"hbs": "~4.0.1",
"karma-cli": "^1.0.1",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.2.0",
"eslint-plugin-mocha": "^4.8.0",
"mocha": "^3.2.0"
}
}