-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "angular-oauth1-client",
"author": {
"name": "Sean Fisher",
"email": "[email protected]"
},
"homepage": "https://github.com/seanfisher/angular-oauth1-client",
"bugs": {
"url": "https://github.com/seanfisher/angular-oauth1-client/issues"
},
"repository": "seanfisher/angular-oauth1-client",
"version": "0.1.12",
"description": "An OAuth1.0a client for AngularJS and Cordova/Ionic",
"keywords": [
"AngularJS",
"Angular",
"OAuth1",
"OAuth1.0a",
"Ionic"
],
"scripts": {
"test": "karma start --single-run"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "^0.12.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7"
}
}