| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "bahai-date-rest-api",
- "version": "1.0.0",
- "description": "RESTful Baha'i date API",
- "main": "index.js",
- "scripts": {
- "lint": "eslint --ext=js,md,html .",
- "start": "nodemon server.js",
- "test": "echo \"Error: No test specified\" && exit 1"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dragfyre/bahai-date-api.git"
- },
- "keywords": [
- "RESTful",
- "API",
- "date",
- "calendar",
- "Baha'i"
- ],
- "author": "dragfyre",
- "contributors": [],
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/dragfyre/bahai-date-api/issues"
- },
- "homepage": "https://github.com/dragfyre/bahai-date-api#readme",
- "devDependencies": {
- "@mysticatea/eslint-plugin": "^13.0.0",
- "eslint": "^6.8.0",
- "eslint-config-ash-nazg": "^16.4.0",
- "eslint-config-standard": "^14.1.0",
- "eslint-plugin-array-func": "^3.1.3",
- "eslint-plugin-compat": "^3.3.0",
- "eslint-plugin-eslint-comments": "^3.1.2",
- "eslint-plugin-html": "^6.0.0",
- "eslint-plugin-import": "^2.19.1",
- "eslint-plugin-jsdoc": "^20.0.5",
- "eslint-plugin-markdown": "^1.0.1",
- "eslint-plugin-no-unsanitized": "^3.0.2",
- "eslint-plugin-no-use-extend-native": "^0.4.1",
- "eslint-plugin-node": "^11.0.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-sonarjs": "^0.5.0",
- "eslint-plugin-standard": "^4.0.1",
- "eslint-plugin-unicorn": "^15.0.1",
- "nodemon": "^2.0.2",
- "typescript": "^3.7.4"
- },
- "dependencies": {
- "body-parser": "^1.19.0",
- "deep-extend": "^0.6.0",
- "express": "^4.17.1",
- "express-rate-limit": "^5.0.0",
- "fsevents": "^2.1.2",
- "randomatic": "^3.1.1",
- "rc": "^1.2.8"
- }
- }
|