astronomy
Version:
A redux POC application to organize Github Stars
30 lines (29 loc) • 688 B
JSON
{
"name": "astronomy",
"version": "0.0.1",
"description": "A redux POC application to organize Github Stars",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therebelrobot/astronomy.git"
},
"keywords": [
"github",
"stars",
"star",
"favorite",
"tagging",
"tag",
"redux",
"poc"
],
"author": "Ozzy Haven <ozzyhaven@therebelrobot.com> (@therebelrobot)",
"license": "MIT",
"bugs": {
"url": "https://github.com/therebelrobot/astronomy/issues"
},
"homepage": "https://github.com/therebelrobot/astronomy#readme"
}