{
  "name": "@lwmqn/smartobject",
  "version": "1.6.1",
  "description": "A Smart Object Class that helps you with creating IPSO Smart Objects in your JavaScript applications",
  "main": "index.js",
  "scripts": {
    "lint": "standard --env mocha | snazzy",
    "lint-fix": "standard --env mocha --fix | snazzy",
    "test": "nyc mocha -u bdd --reporter spec",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lwmqn/smartobject.git"
  },
  "keywords": [
    "ipso",
    "smartobject"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lwmqn/smartobject/issues"
  },
  "homepage": "https://github.com/lwmqn/smartobject",
  "dependencies": {
    "busyman": "^0.3.0",
    "lwm2m-id": "^1.6.4"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.9",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.19.1",
    "mocha": "^6.2.2",
    "nyc": "^15.0.0",
    "snazzy": "^8.0.0",
    "standard": "^14.3.1"
  }
}
