| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "lune",
- "version": "0.4.1",
- "description": "Calculate the phases of the moon",
- "keywords": [
- "lune",
- "moon",
- "phase",
- "phases",
- "lunar"
- ],
- "homepage": "https://github.com/ryanseys/lune",
- "repository": {
- "type": "git",
- "url": "https://github.com/ryanseys/lune.git"
- },
- "bugs": {
- "url": "https://github.com/ryanseys/lune/issues",
- "email": "ryan@ryanseys.com"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "main": "lib/lune.js",
- "license": "Apache-2.0",
- "devDependencies": {
- "chai": "~4.2.0",
- "mocha": "~6.1.4",
- "standard": "^12.0.1"
- },
- "scripts": {
- "test": "standard && mocha --reporter min"
- }
- }
|