astrology-js
Version:
A library for getting some Astrology info from the js side
24 lines (23 loc) • 488 B
JSON
{
"name": "astrology-js",
"version": "0.6.0",
"description": "A library for getting some Astrology info from the js side",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DaWoody/Astrology-JS"
},
"keywords": [
"Astrology",
"javascript",
"library"
],
"author": "J Wedfelt",
"license": "ISC",
"dependencies": {
"express": "^4.12.3"
}
}