-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 892 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": "whitelist",
"version": "1.0.2",
"description": "Express middleware for filtering json responses",
"main": "./lib/whitelist.js",
"devDependencies":{
"chai": "~1.3.0",
"coffee-script": "~1.3.3",
"express": "~3.0.0",
"mocha": "~1.6.0",
"supertest": "*"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --compilers coffee:coffee-script"
},
"keywords": [ "express", "whitelist", "json", "api" ],
"author": {
"name": "Moveline Inc.",
"email": "info@moveline.com",
"url": "https://www.moveline.com"
},
"contributors": [
{
"name": "Christopher Garvis",
"email": "christopher.garvis@moveline.com",
"url": "https://github.com/cgarvis"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Moveline/node-whitelist.git"
},
"license": "MIT"
}