-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
71 lines (71 loc) · 2.65 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
64
65
66
67
68
69
70
71
{
"name": "angular-csrf-cross-domain",
"version": "0.0.3",
"dependencies": {},
"devDependencies": {
"connect-livereload": "~0.4.0",
"grunt": "~0.4.1",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compass": "~0.9.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-imagemin": "~0.7.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-google-cdn": "~0.4.0",
"grunt-karma": "^0.9.0",
"grunt-ngmin": "~0.0.2",
"grunt-open": "~0.2.0",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "~0.4.0",
"grunt-usemin": "~2.3.0",
"karma": "^0.12.25",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"matchdep": "~0.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"preinstall": "npm i -g grunt-cli bower karma-cli codeclimate-test-reporter",
"test": "karma start karma-unit.conf.js --single-run --browsers PhantomJS,Firefox"
},
"description": "[![Build Status](https://secure.travis-ci.org/pasupulaphani/angular-csrf-cross-domain.png?branch=master)](http://travis-ci.org/pasupulaphani/angular-csrf-cross-domain) [![Bower version](https://badge.fury.io/bo/angular-csrf-cross-domain.svg)](http://badge.fury.io/bo/angular-csrf-cross-domain) [![Hex.pm](http://img.shields.io/hexpm/l/plug.svg)]() [![Code Climate](https://codeclimate.com/github/pasupulaphani/angular-csrf-cross-domain/badges/gpa.svg)](https://codeclimate.com/github/pasupulaphani/angular-csrf-cross-domain) [![Test Coverage](https://codeclimate.com/github/pasupulaphani/angular-csrf-cross-domain/badges/coverage.svg)](https://codeclimate.com/github/pasupulaphani/angular-csrf-cross-domain)",
"main": "./dist/angular-csrf-cross-domain.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pasupulaphani/angular-csrf-cross-domain.git"
},
"keywords": [
"angular",
"csrf",
"xsrf",
"XSRF-TOKEN",
"Cross",
"Site",
"Request",
"Forgery",
"security",
"cross-domain",
"X-XSRF-TOKEN"
],
"author": "pasupulaphani@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pasupulaphani/angular-csrf-cross-domain/issues"
},
"homepage": "https://github.com/pasupulaphani/angular-csrf-cross-domain#readme"
}