| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "bahai-date-rest-api",
- "version": "1.0.0",
- "description": "RESTful Baha'i date API",
- "main": "index.js",
- "scripts": {
- "lint": "eslint .",
- "test": "echo \"Error: No test specified\" && exit 1",
- "start": "nodemon server.js"
- },
- "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": {
- "eslint": "^6.8.0",
- "nodemon": "^2.0.2"
- },
- "dependencies": {
- "deep-extend": "^0.6.0",
- "express": "^4.17.1",
- "fsevents": "^2.1.2",
- "randomatic": "^3.1.1",
- "rc": "^1.2.8"
- }
- }
|