oauth3.js/package.json

26 lines
577 B
JSON
Raw Normal View History

{
"name": "oauth3",
"respository": {
"type": "git",
"url": "git+ssh://git@git.daplie.com:Daplie/oauth3.js.git"
},
"scripts": {
"install": "./node_modules/.bin/gulp"
},
"devDependencies": {
"atob": "^2.0.3",
"browserify": "^14.1.0",
"browserify-aes": "^1.0.6",
"btoa": "^1.1.2",
"create-hash": "^1.1.2",
"elliptic": "^6.4.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.1.0",
"pbkdf2": "^3.0.9",
"vinyl-source-stream": "^1.1.0"
}
}