-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1001 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
32
33
34
35
36
{
"name": "ephemeris_npm",
"version": "0.1.0",
"description": "This package will return ephemeris",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/stephaneworkspace/ephemeris_npm"
},
"keywords": [
"ephemeris"
],
"author": {
"name": "Bressani Stéphane code repris de https://github.com/mivion/ephemeris"
},
"readme": "# A FAIRE",
"readmeFilename": "README.md",
"dependencies": {
"moment-timezone": "^0.5.23"
},
"devDependencies": {
"ascendantastrologyspecial": "^1.0.1"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bugs": {
"url": "https://github.com/stephaneworkspace/ephemeris_npm"
},
"homepage": "https://github.com/stephaneworkspace/ephemeris_npm",
"_id": "[email protected]",
"scripts": {},
"_shasum": "db9a913c2f8893d477472647917493f2c0949adb",
"_from": "ephemeris_npm@"
}