forked from CoursePark/NestHydrationJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 930 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 930 Bytes
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": "1.0.6",
"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 NestHydrateJS.js spec/**/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com: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.1",
"eslint": "^5.14.1",
"jasmine": "^3.1.0",
"nyc": "^13.3.0"
},
"author": "Bluedrop Peformance Learning"
}