forked from karthilxg/spring-security-csrf-token-interceptor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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": "spring-security-csrf-token-interceptor-extended",
"version": "0.2.1",
"description": "An AngularJS interceptor for the HTTP service that adds the Spring Security CSRF token to all requests (if available).",
"main": "dist/spring-security-csrf-token-interceptor-extended.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/aditzel/spring-security-csrf-token-interceptor"
},
"keywords": [
"spring-security",
"csrf",
"token",
"http",
"interceptor",
"angularJS"
],
"author": "Allan Ditzel",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/aditzel/spring-security-csrf-token-interceptor/issues"
},
"homepage": "https://github.com/aditzel/spring-security-csrf-token-interceptor",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-ngmin": "0.0.3"
},
"dependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-ngmin": "0.0.3",
"grunt-contrib-uglify": "^0.4.0"
}
}