Add package.json

pull/274/head
Rick Carlino 2016-09-22 09:02:46 -05:00
parent 6ecd5b68b0
commit b311f82461
1 changed files with 19 additions and 0 deletions

19
package.json 100644
View File

@ -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"
}