-
Notifications
You must be signed in to change notification settings - Fork 121
/
package.json
48 lines (48 loc) · 1.03 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
40
41
42
43
44
45
46
47
48
{
"name": "lusca",
"version": "1.7.0",
"description": "Application security for express.",
"main": "index",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/krakenjs/lusca.git"
},
"author": {
"name": "Jeff Harrell",
"email": "[email protected]"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"engines": {
"node": ">=0.8.x"
},
"engineStrict": true,
"devDependencies": {
"body-parser": "^1.6.3",
"cookie-parser": "^1.3.2",
"cookie-session": "^1.0.2",
"data-driven": "^1.0.0",
"errorhandler": "^1.1.1",
"express": "^4.3.8",
"express-session": "^1.7.5",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-mocha-test": "^0.7.0",
"jshint": "*",
"supertest": "^0.13.0"
},
"dependencies": {
"tsscmp": "^1.0.5"
}
}