File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 44 "description" : " Redis and JWT token based session manager." ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " NODE_ENV=test mocha --require co-mocha $(find src -name \" *.spec.js\" )"
7+ "test" : " NODE_ENV=test mocha --require co-mocha $(find src -name \" *.spec.js\" )" ,
8+ "lint" : " eslint src"
89 },
910 "repository" : {
1011 "type" : " git" ,
1112 "url" : " git+https://github.com/RisingStack/token-session.git"
1213 },
13- "author" : " " ,
14+ "author" : " RisingStack Inc. " ,
1415 "license" : " ISC" ,
1516 "bugs" : {
1617 "url" : " https://github.com/RisingStack/token-session/issues"
2627 "devDependencies" : {
2728 "chai" : " ^3.3.0" ,
2829 "co-mocha" : " ^1.1.2" ,
30+ "eslint" : " ^1.5.1" ,
2931 "eslint-plugin-standard" : " ^1.3.1" ,
3032 "mocha" : " ^2.3.3" ,
3133 "sinon" : " ^1.17.0" ,
You can’t perform that action at this time.
0 commit comments