-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1000 Bytes
/
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
{
"name": "hook-javascript-oauth",
"title": "hook javascript client",
"description": "hook-javascript plugin for OAuth integration.",
"version": "0.4.0",
"homepage": "http://github.com/doubleleft/hook-javascript-oauth",
"main": "build/hook-oauth.js",
"authors": [
{
"name": "Endel Dreyer",
"email": "[email protected]"
}
],
"keywords": [
"hook",
"oauth",
"authentication",
"aaas"
],
"repository": {
"type": "git",
"url": "https://github.com/doubleleft/hook-javascript-oauth.git"
},
"bugs": {
"url": "https://github.com/doubleleft/hook-javascript-oauth/issues"
},
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"devDependencies": {
"babelify": "^6.1.3",
"browserify": "^10.2.6",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
}
}