fraction.io
Version:
Your personalized community aggregator.
43 lines (42 loc) • 943 B
JSON
{
"name": "fraction.io",
"version": "0.22.0",
"author": "Christian Bundy",
"description": "Your personalized community aggregator.",
"contributors": [
{
"name": "Christian Bundy",
"email": "me@christianbundy.com.com"
}
],
"scripts": {
"preinstall": "curl https://install.meteor.com | /bin/sh",
"start": "cd app && mrt --settings settings.json",
"stop": "kill `ps ax | grep '[m]eteor' | awk '{print $1}'`",
"test": "jshint --exclude-path app/packages/.gitignore app"
},
"repository": {
"type": "git",
"url": "https://github.com/fraction/fraction.git"
},
"keywords": [
"machine learning",
"aggregator",
"reader",
"community",
"hacker news",
"designer news",
"reddit",
"meteor"
],
"dependencies": {
"meteorite" : "0.7.x"
},
"devDependencies" : {
"jshint" : "2.5.x"
},
"analyze": false,
"engines": {
"node": ">=0.10"
}
}