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

29 lines
619 B
JSON
Raw Normal View History

{
"name": "access-token-encryptor-sharelatex",
"version": "1.0.0",
"description": "",
2016-03-25 07:06:11 -04:00
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Proprietary",
"dependencies": {
2016-03-25 10:51:52 -04:00
"coffee-script": "^1.10.0"
},
"devDependencies": {
"nock": "0.15.2",
"sandboxed-module": "",
"sinon": "",
"chai": "",
"grunt-contrib-clean": "~0.5.0",
"grunt-mocha-test": "~0.10.2",
"grunt-contrib-coffee": "~0.10.1",
"grunt": "~0.4.5",
"grunt-execute": "~0.2.1",
"bunyan": "~0.22.3",
"grunt-bunyan": "~0.5.0"
}
}