-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
39 lines (39 loc) · 901 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
{
"name": "nesthydrationjs",
"version": "2.0.0",
"description": "Provides nested objects from tabular data.",
"keywords": [
"Hydration",
"Tabular Data",
"Arrays",
"Table",
"Object",
"Nested"
],
"license": "ISC",
"main": "NestHydrationJS.js",
"scripts": {
"coverage": "nyc jasmine",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "jasmine",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "[email protected]:CoursePark/NestHydrationJS.git"
},
"dependencies": {
"lodash.isarray": "^4.0.0",
"lodash.isfunction": "^3.0.9",
"lodash.keys": "^4.2.0",
"lodash.values": "^4.3.0",
"lodash.isplainobject": "^4.0.6"
},
"devDependencies": {
"coveralls": "^3.0.8",
"eslint": "^6.7.1",
"jasmine": "^3.1.0",
"nyc": "^14.1.1"
},
"author": "Bluedrop Peformance Learning"
}