blob: 1b21ae8ddd29ae181cd5151478323c731f6e095c [file] [log] [blame]
Paulo Serra Filho9e76c6d2019-01-21 10:30:40 -03001{
2 "name": "knot-fog-connector-meshblu",
3 "version": "0.1.0",
4 "description": "KNoT fog connector with meshblu 2.0",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/CESARBR/knot-fog-connector-meshblu.git"
8 },
9 "main": "./cjs/index.js",
10 "module": "./esm/index.js",
11 "license": "MIT",
12 "scripts": {
13 "lint": "eslint .",
14 "build": "babel esm --out-dir cjs"
15 },
16 "devDependencies": {
17 "babel-cli": "^6.26.0",
18 "babel-preset-env": "^1.7.0",
19 "eslint": "^5.9.0",
20 "eslint-config-airbnb": "^17.1.0",
21 "eslint-plugin-import": "^2.14.0",
22 "eslint-plugin-jsx-a11y": "^6.1.2",
23 "eslint-plugin-react": "^7.11.1"
24 }
25}