UNPKG

353 BJSONView Raw
1{
2 "name": "farol-sdk",
3 "description": "SDK for Farol.",
4 "main": "./lib/index",
5 "authors": [
6 "Menvia <contact@menvia.com>"
7 ],
8 "license": "ISC",
9 "keywords": [
10 "farol",
11 "SDK"
12 ],
13 "homepage": "www.farol.me",
14 "private": true,
15 "ignore": [
16 "**/.*",
17 "node_modules",
18 "bower_components",
19 "test",
20 "tests"
21 ]
22}