-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "@mi-sec/lightmap",
"version": "0.1.9",
"description": "Extension of Map - adds iterative extensions to Map like map, filter, reduce, sort, etc.",
"main": "index.js",
"scripts": {
"docs": "jsdoc -c jsdocs.js -r",
"lint": "eslint .",
"release": "np --no-publish",
"test": "nyc --reporter=lcov --reporter=text-summary mocha",
"testd": "nyc mocha"
},
"keywords": [
"mi-sec",
"map",
"lightmap"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mi-sec/lightmap.git"
},
"author": "MI-SEC <admin@mi-sec.com>",
"contributors": [
{
"name": "Bobby Simic"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mi-sec/lightmap/issues"
},
"homepage": "https://github.com/mi-sec/lightmap#readme",
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"eslint": "7.1.0",
"jsdoc-to-markdown": "5.0.3",
"mocha": "7.2.0",
"nyc": "15.0.1"
},
"publishConfig": {
"access": "public"
}
}