UNPKG

607 BJSONView Raw
1{
2 "name": "corser",
3 "description": "A highly configurable, middleware compatible implementation of CORS.",
4 "version": "1.0.0",
5 "author": {
6 "name": "Alexander Grüneberg",
7 "email": "alexander.grueneberg@googlemail.com"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/agrueneberg/Corser"
12 },
13 "main": "./lib/corser.js",
14 "devDependencies": {
15 "mocha": "0.11.x",
16 "expect.js": "0.1.x"
17 },
18 "engines": {
19 "node": "0.4.x || 0.6.x"
20 },
21 "scripts": {
22 "test": "./node_modules/.bin/mocha"
23 }
24}