-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 907 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "diet-cross-origin",
"version": "0.2.3",
"description": "A CORS module for diet.js that automatically sends CORS headers to the browser",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nosthertus/node-diet-cross-origin.git"
},
"keywords": [
"diet",
"CORS",
"resource-sharing",
"sharing",
"REST",
"API"
],
"author": "Nosthertus <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nosthertus/node-diet-cross-origin/issues"
},
"homepage": "https://github.com/Nosthertus/node-diet-cross-origin#readme",
"dependencies": {
"path-match": "^1.2.4",
"utils-pkg": "^0.12.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}