forked from oauth-io/oauth-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 760 Bytes
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
{
"name": "oauth-js",
"version": "0.4.0",
"description": "OAuth that just works",
"main": "dist/oauth.min.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "istanbul cover jasmine-node tests/unit/spec"
},
"author": "oauth.io",
"license": "apache2",
"devDependencies": {
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.3",
"grunt-concurrent": "~0.5.0",
"browserify": "~3.32.1",
"grunt-browserify": "~1.3.1",
"temporary": "0.0.8",
"grunt-contrib-uglify": "~0.4.0",
"rewire": "~2.0.0",
"envify": "~1.2.1",
"grunt-jasmine-node": "~0.2.1",
"jasmine-node": "~2.0.x",
"istanbul": "~0.2.7"
},
"dependencies": {
"q": "^1.0.1"
}
}