This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
63 lines (63 loc) · 1.53 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "jwt-csrf",
"version": "4.1.1",
"description": "A jwt middleware provider for hermes",
"main": "index.js",
"scripts": {
"test": "npm run lint && gulp mocha",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "git://github.com/krakenjs/jwt-csrf.git"
},
"keywords": [
"jsonwebtoken",
"jwt",
"csrf",
"security",
"kraken",
"krakenjs"
],
"dependencies": {
"jsonwebtoken": "^4.2.2",
"node-uuid": "^1.4.3",
"on-headers": "~1.0.0",
"underscore": "^1.8.3"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"readmeFilename": "README.md",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"eslint": "^2",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-webpack": "^1.5.0",
"mocha": "^2.2.1",
"mocha-jenkins-reporter": "^0.1.6",
"pre-commit": "^1.0.10",
"sinon": "^1.17.4",
"sinon-chai": "^2.6.0",
"webpack": "^1.13.0",
"xunit-file": "0.0.9"
},
"pre-commit": [
"lint"
]
}