-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "spring-security-csrf-token-interceptor",
"version": "0.2.0",
"description": "An AngularJS interceptor for the HTTP service that adds the Spring Security CSRF token to all requests (if available).",
"main": "src/spring-security-csrf-token-interceptor.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"
],
"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"
}
}