dsc-auth
Version:
An Oauth platform built on Qr Codes for DSC
42 lines (41 loc) • 1 kB
JSON
{
"name": "dsc-auth",
"version": "1.1.2",
"description": "An Oauth platform built on Qr Codes for DSC",
"main": "dist/index.js",
"ts:main": "src/index.ts",
"typings": "src/index.ts",
"scripts": {
"start": "node fuse.js",
"build": "concurrently \"node fuse-prod.js\" \"node fuse-prod-es5.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/technophilic/DSCAuth.git"
},
"keywords": [
"DSC-Auth",
"DSCAuth",
"dsc-auth",
"dsc auth",
"Oauth",
"DSC",
"DSC VIT",
"Developer Student Clubs",
"VIT"
],
"author": "Vineeth , Samyak",
"license": "MIT",
"bugs": {
"url": "https://github.com/technophilic/DSCAuth/issues"
},
"homepage": "https://github.com/technophilic/DSCAuth#readme",
"devDependencies": {
"concurrently": "^3.6.1",
"fuse-box": "^3.4.0",
"typescript": "^2.9.2",
"uglify-es": "^3.3.9",
"uglify-js": "^3.4.5"
}
}