2017-03-14 20:33:11 +00:00
|
|
|
{
|
|
|
|
"name": "oauth3",
|
|
|
|
"respository": {
|
|
|
|
"type": "git",
|
2017-03-20 23:41:20 +00:00
|
|
|
"url": "git+ssh://git@git.daplie.com:OAuth3/oauth3.js.git"
|
2017-03-14 20:33:11 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"install": "./node_modules/.bin/gulp"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"browserify-aes": "^1.0.6",
|
2017-03-17 23:14:47 +00:00
|
|
|
"create-hash": "^1.1.2",
|
|
|
|
"elliptic": "^6.4.0",
|
2017-03-20 22:11:14 +00:00
|
|
|
"pbkdf2": "^3.0.9",
|
|
|
|
|
|
|
|
"browserify": "^14.1.0",
|
2017-03-14 20:33:11 +00:00
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-cli": "^1.2.2",
|
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-streamify": "^1.0.2",
|
|
|
|
"gulp-uglify": "^2.1.0",
|
|
|
|
"vinyl-source-stream": "^1.1.0"
|
|
|
|
}
|
|
|
|
}
|