-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.02 KB
/
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
38
39
{
"name": "express-protect-maps-middleware",
"version": "1.0.4",
"description": "express middleware that prevents access to sourcemap files",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"lint": "jshint **.js **/*.js",
"coverage": "istanbul cover node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Tickaroo/express-protect-maps-middleware.git"
},
"devDependencies": {
"basic-auth": "^1.0.3",
"chai": "^3.5.0",
"codecov.io": "^0.1.6",
"express": "^4.13.3",
"istanbul": "^0.4.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"superagent": "^1.7.2"
},
"keywords": [
"request",
"request-ajax",
"cache"
],
"author": "Anton Pawlik <anton.pawlik@gmail.com> (http://antpaw.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tickaroo/express-protect-maps-middleware/issues"
},
"homepage": "https://github.com/Tickaroo/express-protect-maps-middleware#readme"
}