FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
31 lines
861 B
JSON
31 lines
861 B
JSON
{
|
|
"name": "rijs.sessions",
|
|
"version": "1.1.2",
|
|
"main": "index",
|
|
"browser": "./node_modules/utilise/identity.js",
|
|
"author": "Pedram Emrouznejad (https://github.com/pemrouz)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rijs/sessions.git"
|
|
},
|
|
"scripts": {
|
|
"test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec",
|
|
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage",
|
|
"version": "git add -A",
|
|
"postversion": "git push && git push --tags"
|
|
},
|
|
"license": "pemrouz.mit-license.org",
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"coveralls": "*",
|
|
"istanbul": "*",
|
|
"mocha": "*",
|
|
"mocha-lcov-reporter": "*"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "^1.3.5",
|
|
"express-session": "^1.15.3",
|
|
"utilise": "*"
|
|
}
|
|
}
|