UNPKG

apprecom

Version:

Location based app recommendation system.

33 lines (32 loc) 722 B
{ "name": "apprecom", "version": "0.9.6", "description": "Location based app recommendation system.", "main": "./lib/AppRecom.js", "repository": { "type": "git", "url": "git+https://github.com/patrickeddy/apprecom.git" }, "keywords": [ "app", "recommendation", "machinelearning", "location" ], "author": "patrickeddy", "license": "ISC", "bugs": { "url": "https://github.com/patrickeddy/apprecom/issues" }, "homepage": "https://github.com/patrickeddy/apprecom#readme", "scripts": { "build": "babel src -d lib" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-preset-env": "^1.6.0" }, "dependencies": { "babel-preset-env": "^1.6.0" } }