UNPKG

919 BJSONView Raw
1{
2 "name": "connect-vtexid",
3 "version": "1.2.5",
4 "description": "VTEX ID Authentication middleware for Connect",
5 "main": "main.js",
6 "scripts": {
7 "test": "mocha --compilers coffee:coffee-script/register --reporter spec test/**"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/vmattos/connect-vtexid.git"
12 },
13 "author": "Vitor Mattos",
14 "bugs": {
15 "url": "https://github.com/vmattos/connect-vtexid/issues"
16 },
17 "devDependencies": {
18 "should": "~4.0.4",
19 "grunt-contrib-watch": "~0.6.1",
20 "grunt": "~0.4.5",
21 "mocha": "~1.21.5",
22 "grunt-mocha-test": "~0.12.1",
23 "coffeelint": "~1.6.1",
24 "grunt-coffeelint": "0.0.13",
25 "rewire": "~2.1.3"
26 },
27 "dependencies": {
28 "coffee-script": "~1.8.0",
29 "underscore": "~1.7.0",
30 "urlencode": "~0.2.0",
31 "node-cache": "~1.0.3",
32 "request": "~2.51.0",
33 "colors": "~1.0.3",
34 "nock": "~0.59.1"
35 }
36}