forked from mi-sec/lightmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 920 Bytes
/
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
{
"name": "@parellin/lightmap",
"version": "0.0.6",
"description": "Extension of Map - adds iterative extensions to Map like map, filter, reduce, sort, etc.",
"main": "index.js",
"scripts": {
"clean": "npm outdated && npm prune",
"cleanInstall": "rm -rf node_modules/ package-lock.json && npm i",
"docs": "jsdoc -c jsdocs.js -r",
"lint": "eslint .",
"preversion": "npm test",
"test": "mocha --trace-warnings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Parellin-Technologies-LLC/lightmap.git"
},
"author": "iskore <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Parellin-Technologies-LLC/lightmap/issues"
},
"homepage": "https://github.com/Parellin-Technologies-LLC/lightmap#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.19.1",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^5.2.0"
}
}