-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
}
}