This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
forked from gomoob/oauth.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.45 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
{
"name": "oauth.js",
"description" : "Easily request OAuth 2.0 secured Web Services.",
"version": "0.1.0",
"homepage": "https://github.com/gomoob/oauth.js",
"author": {
"name": "GoMoob",
"email": "contact@gomoob.com",
"url": "http://www.gomoob.com"
},
"bugs": {
"url": "https://github.com/gomoob/oauth.js/issues"
},
"keywords" : [
"gomoob",
"oauth",
"SPA",
"RIA",
"mobile",
"REST"
],
"main" : "build/oauth.min.js",
"repository": {
"type": "git",
"url": "https://github.com/gomoob/oauth"
},
"github": "https://github.com/gomoob/oauth.js",
"scripts": {
"test": "grunt",
"coverage": "grunt coverage"
},
"devDependencies": {
"backbone" : "~1.1",
"blanket": "~1.1",
"bower": "~1.3",
"chai": "~1.10",
"grunt": "~0.4",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-uglify": "~0.6",
"grunt-coveralls" : "~1.0",
"grunt-env" : "~0.4",
"grunt-istanbul" : "~0.2",
"grunt-mocha-test" : "~0.12",
"grunt-preprocess" : "~4.0",
"jquery" : "~2.1",
"jsdom" : "~2.0",
"load-grunt-tasks" : "~2.0",
"mocha" : "~2.0",
"node-localstorage" : "~0.3",
"sinon" : "~1.12",
"sinon-chai" : "~2.6",
"time-grunt" : "~1.0"
}
}