connect-vtexid
Version:
VTEX ID Authentication middleware for Connect
37 lines (36 loc) • 919 B
JSON
{
"name": "connect-vtexid",
"version": "1.3.7",
"description": "VTEX ID Authentication middleware for Connect",
"main": "main.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --reporter spec test/**"
},
"repository": {
"type": "git",
"url": "git://github.com/vmattos/connect-vtexid.git"
},
"author": "Vitor Mattos",
"bugs": {
"url": "https://github.com/vmattos/connect-vtexid/issues"
},
"devDependencies": {
"should": "~4.0.4",
"grunt-contrib-watch": "~0.6.1",
"grunt": "~0.4.5",
"mocha": "~1.21.5",
"grunt-mocha-test": "~0.12.1",
"coffeelint": "~1.6.1",
"grunt-coffeelint": "0.0.13",
"rewire": "~2.1.3"
},
"dependencies": {
"coffee-script": "~1.8.0",
"colors": "~1.0.3",
"nock": "~0.59.1",
"node-cache": "~1.0.3",
"request": "~2.51.0",
"underscore": "~1.7.0",
"urlencode": "~0.2.0"
}
}