forked from clkao/auth0-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
{
"name": "auth0-angular",
"description": "Angular SDK to use with Auth0",
"homepage": "https://auth0.com",
"author": "Martin Gontovnikas",
"version": "4.2.2",
"main": "index.js",
"devDependencies": {
"bower": "^1.3.3",
"chai": "^1.9.1",
"grunt": "~0.4.5",
"grunt-aws-s3": "~0.9.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.2.0",
"grunt-http": "~1.5.0",
"grunt-karma": "^0.8.2",
"grunt-ngmin": "0.0.3",
"grunt-protractor-runner": "^0.2.4",
"grunt-protractor-webdriver": "^0.1.6",
"karma": "0.12.37",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~0.1",
"karma-coverage": "^1.0.0",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.3",
"matchdep": "^0.3.0",
"mocha": "^1.18.2",
"phantomjs": "^2.1.3",
"protractor": "^0.21.0",
"selenium-webdriver": "^2.41.0",
"sinon": "^1.9.1",
"uglify-js": "~2.4.0"
},
"scripts": {
"test": "bower install && grunt test -v",
"cdn": "grunt cdn"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/auth0-angular.git"
}
}