forked from oauthjs/angular-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
{
"name": "angular-oauth2",
"version": "4.0.0",
"description": "Angular OAuth2",
"main": "./dist/angular-oauth2.js",
"repository": {
"type": "git",
"url": "https://github.com/seegno/angular-oauth2.git"
},
"keywords": [
"AngularJS",
"Authentication",
"OAuth2"
],
"author": {
"name": "Seegno",
"email": "projects@seegno.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/seegno/angular-oauth2/issues"
},
"homepage": "https://github.com/seegno/angular-oauth2",
"dependencies": {
"angular": "^1.4.0",
"angular-cookies": "^1.4.0",
"query-string": "^1.0.0"
},
"devDependencies": {
"angular-mocks": "^1.3.9",
"github-changes": "^1.0.0",
"gulp": "^3.8.10",
"gulp-babel": "^5.3.0",
"gulp-concat": "^2.4.3",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"gulp-wrap-umd": "^0.2.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.0",
"karma-browserify": "^2.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.1",
"karma-should": "0.0.1",
"karma-sinon": "^1.0.4",
"lodash": "^4.0.0",
"mocha": "^2.4.5",
"should": "^4.6.0",
"sinon": "^1.17.3",
"yargs": "^3.6.0"
},
"scripts": {
"changelog": "./node_modules/.bin/github-changes -o seegno -r angular-oauth2 -a --only-pulls --use-commit-body --title 'Changelog' --date-format '/ YYYY-MM-DD'",
"test": "./node_modules/.bin/gulp test --browsers Firefox"
}
}