forked from aalfiann/chunk-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 845 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
32
{
"name": "chunk-handler",
"version": "1.2.0",
"description": "The Chunk Handler for string and array object in NodeJS or Browser",
"main": "src/chunkhandler.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aalfiann/chunk-handler.git"
},
"keywords": [
"chunk",
"chunk-async",
"chunk-handler"
],
"author": "M ABD AZIZ ALFIAN",
"license": "MIT",
"bugs": {
"url": "https://github.com/aalfiann/chunk-handler/issues"
},
"homepage": "https://github.com/aalfiann/chunk-handler#readme",
"devDependencies": {
"coveralls": "^3.0.6",
"mocha": "^6.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1"
},
"dependencies": {}
}