-
Notifications
You must be signed in to change notification settings - Fork 8
/
bower.json
54 lines (54 loc) · 1.16 KB
/
bower.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
{
"name": "angular-csrf-cross-domain",
"version": "0.0.3",
"main": "./dist/angular-csrf-cross-domain.js",
"homepage": "https://github.com/pasupulaphani/angular-csrf-cross-domain",
"authors": [
"pasupulaphani <[email protected]>"
],
"license": "MIT",
"description": "csrf for cross domain requests",
"keywords": [
"angular",
"csrf",
"xsrf",
"XSRF-TOKEN",
"Cross Site Request Forgery",
"security",
"cross-domain",
"X-XSRF-TOKEN"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
".editorconfig",
"bower.json",
"Gruntfile.js",
"package.json",
"README.md",
"static"
],
"dependencies": {
"angular": "~1.2",
"angular-cookies": "~1.2"
},
"devDependencies": {
"angular-mocks": "~1.2",
"angular-scenario": "~1.2"
},
"resolutions": {
"angular": "~1.2"
},
"locations": [
"http://ngmodules.org/modules/angular-csrf-cross-domain",
"http://bower.io/search/?q=angular-csrf-cross-domain",
"http://bower.io/search/?q=angular-xsrf-cross-domain"
]
}