-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 942 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
33
34
35
36
37
38
39
40
{
"name": "minson",
"version": "1.1.2",
"description": "Data serializer with minimal output.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"keywords": [
"serializer",
"serialization",
"minimum",
"minified",
"notation",
"binary",
"json"
],
"author": "Daniel Braksator",
"license": "ISC",
"bugs": {
"url": "https://github.com/braksator/minson/issues"
},
"homepage": "https://github.com/braksator/minson#readme",
"repository": {
"type": "git",
"url": "https://github.com/braksator/minson.git"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.2",
"chai": "^3.5.0",
"eslint": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
"mocha-eslint": "^3.0.1"
},
"dependencies": {}
}