diff --git a/package.json b/package.json new file mode 100644 index 000000000..798e3769d --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "farmbot_api", + "version": "1.0.0", + "description": "[![Code Climate](https://codeclimate.com/github/FarmBot/farmbot-web-app/badges/gpa.svg)](https://codeclimate.com/github/FarmBot/farmbot-web-app) [![Test Coverage](https://codeclimate.com/github/FarmBot/farmbot-web-app/badges/coverage.svg)](https://codeclimate.com/github/FarmBot/farmbot-web-app) [![Build Status](https://travis-ci.org/FarmBot/farmbot-web-app.svg)](https://travis-ci.org/FarmBot/farmbot-web-app)", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/rickcarlino/farmbot-web-app.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/rickcarlino/farmbot-web-app/issues" + }, + "homepage": "https://github.com/rickcarlino/farmbot-web-app#readme" +}