UNPKG

1.81 kBJSONView Raw
1{
2 "name": "astronomia",
3 "version": "1.3.6",
4 "description": "An astronomical library",
5 "keywords": [
6 "astronomy",
7 "julian",
8 "meeus",
9 "planetposition"
10 ],
11 "homepage": "https://github.com/commenthol/astronomia",
12 "bugs": {
13 "url": "https://github.com/commenthol/astronomia"
14 },
15 "license": "MIT",
16 "author": "commenthol <commenthol@gmail.com>",
17 "main": "lib",
18 "jsnext:main": "src",
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/commenthol/astronomia.git"
22 },
23 "scripts": {
24 "clean": "rimraf lib doc coverage .nyc_output",
25 "cover": "nyc npm test && nyc report --reporter=html",
26 "dist": "npm run clean && npm run lint && npm run transpile && npm run test",
27 "lint": "eslint '**/*.js'",
28 "test": "mocha -R dot",
29 "transpile": "babel -d lib src",
30 "zuul": "zuul test/*.js"
31 },
32 "babel": {
33 "presets": [
34 "es2015",
35 "stage-0",
36 "stage-1",
37 "stage-2"
38 ]
39 },
40 "eslintConfig": {
41 "extends": "standard",
42 "plugins": [
43 "standard"
44 ]
45 },
46 "dependencies": {
47 "lodash.padstart": "^4.6.1"
48 },
49 "devDependencies": {
50 "babel-core": "^6.25.0",
51 "babel-polyfill": "^6",
52 "babel-preset-es2015": "^6",
53 "babel-preset-stage-0": "^6",
54 "babel-preset-stage-1": "^6",
55 "babel-preset-stage-2": "^6",
56 "babelify": "^7.3.0",
57 "core-js": "^2.5.0",
58 "mocha": "^3.4.2"
59 },
60 "optionalDependencies": {
61 "eslint": "^3",
62 "eslint-config-standard": "^10",
63 "eslint-plugin-import": "^2.2.0",
64 "eslint-plugin-node": "^5.0.0",
65 "eslint-plugin-promise": "^3",
66 "eslint-plugin-standard": "^3",
67 "nyc": "^11.0.2",
68 "rimraf": "^2.6.1",
69 "serialize-to-js": "^1.1.1"
70 },
71 "engines": {
72 "node": ">=0.12"
73 },
74 "maintainers": "commenthol <commenthol@gmail.com>"
75}