is-valid-orcid
Version:
Check if a value is valid ORCID or not
45 lines (44 loc) • 1.21 kB
JSON
{
"name": "is-valid-orcid",
"version": "1.2.0",
"description": "Check if a value is valid ORCID or not",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"start": "karma start karma.config.js",
"test": "karma start karma.config.js --single-run",
"lint": "tslint \"src/**/*.ts\"",
"preversion": "yarn test",
"version": "yarn build",
"postversion": "git push origin && git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/harunurhan/is-valid-orcid-js.git"
},
"keywords": [
"orcid",
"typescript",
"js",
"valid",
"checksum",
"is"
],
"author": "Harun Urhan <harunurhan17@gmail.com> (http://github.com/harunurhan)",
"license": "MIT",
"bugs": {
"url": "https://github.com/harunurhan/is-valid-orcid-js/issues"
},
"homepage": "https://github.com/harunurhan/is-valid-orcid-js#readme",
"devDependencies": {
"@types/jasmine": "^2.5.54",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-typescript": "^3.0.5",
"tslint": "^5.7.0",
"typescript": "^2.5.2"
}
}