-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1004 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
41
42
{
"name": "lame-json",
"version": "1.5.1",
"main": "lib/index.js",
"description": "Module that attempts to parse string values of an object into JSON.",
"homepage": "https://github.com/DonutEspresso/lame-json",
"author": {
"name": "Alex Liu",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/DonutEspresso/lame-json"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"lame-json",
"json",
"nested json"
],
"devDependencies": {
"chai": "^4.2.0",
"conventional-changelog-angular": "^5.0.3",
"conventional-recommended-bump": "^6.0.0",
"coveralls": "^3.0.6",
"documentation": "^12.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"unleash": "^2.0.1"
},
"dependencies": {
"lodash": "^4.17.10",
"safe-json-parse": "^4.0.0"
}
}