-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.37 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "meshblu-core-task-migrate-root-token",
"version": "1.1.2",
"description": "Meshblu core task meshblu-core-task-migrate-root-token",
"keywords": [
"meshblu",
"core",
"iot",
"task"
],
"homepage": "/meshblu-core-task-migrate-root-token",
"bugs": "/meshblu-core-task-migrate-root-token/issues",
"author": {
"name": "",
"url": ""
},
"main": "index.js",
"repository": {
"type": "git",
"url": "/meshblu-core-task-migrate-root-token.git"
},
"scripts": {
"test": "mocha",
"coverage": "nyc npm test",
"mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
"test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
},
"dependencies": {
"coffee-script": "^1.10.0",
"lodash": "^4.6.1",
"meshblu-core-manager-token": "^7.4.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"mocha": "^3.2.0",
"mocha-multi": "^0.10.0",
"mocha-osx-reporter": "^0.1.2",
"mongojs": "^2.4.0",
"nyc": "^10.2.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {},
"engines": {
"node": ">=5.0.0",
"npm": ">=2.10.0"
},
"license": "MIT",
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
}
}