overleaf/libraries/access-token-encryptor/package.json

25 lines
512 B
JSON
Raw Normal View History

{
"name": "access-token-encryptor-sharelatex",
"version": "2.0.0",
"description": "",
2016-03-25 07:06:11 -04:00
"private": true,
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js",
"lint": "echo noop",
"format": "echo noop",
"test:ci": "npm run test"
},
"author": "",
"license": "Proprietary",
2020-02-17 10:17:05 -05:00
"dependencies": {},
"devDependencies": {
2019-12-04 05:00:35 -05:00
"bunyan": "~0.22.3",
"chai": "^4.3.4",
2019-12-05 03:58:49 -05:00
"mocha": "^6.2.2",
2019-12-04 05:00:35 -05:00
"nock": "0.15.2",
2019-12-05 03:58:49 -05:00
"sandboxed-module": "^2.0.3",
"sinon": "^7.5.0"
}
}