forked from darkskyapp/astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "astro",
"version": "2.2.5",
"description": "Solar and lunar position calculations",
"main": "index.js",
"devDependencies": {
"@darkskyapp/eslint-config": "^1.1.1",
"chai": "^4.2.0",
"eslint": "^5.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
},
"scripts": {
"lint": "eslint .",
"lintfix": "eslint --fix .",
"cover": "NODE_ENV=test nyc --reporter=html --reporter=text-summary mocha",
"test": "npm run lint && npm run cover"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darkskyapp/astro.git"
},
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/darkskyapp/astro/issues"
},
"homepage": "https://github.com/darkskyapp/astro#readme"
}