-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
43
{
"name": "model-xformer",
"version": "1.1.1",
"description": "Common utilities for bidirectionally mapping data between two models",
"main": "index.js",
"scripts": {
"test": "JUNIT_REPORT_PATH=tests-report.xml mocha --check-leaks --reporter mocha-jenkins-reporter test/",
"preversion": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/BlueOakJS/model-xformer.git"
},
"keywords": [
"mapping",
"model",
"data",
"transform",
"json"
],
"author": "Sean Kennedy <sean.kennedy@pointsource.com>",
"contributors": [
"Danny Levenson <danny.levenson@pointsource.com>",
"Sam Muggleworth <sam.muggleworth@pointsource.com>",
"Rob Ocel <rob.ocel@pointsource.com>",
"Darrell Bleakley",
"Ben Schell"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BlueOakJS/model-xformer/issues"
},
"homepage": "https://github.com/BlueOakJS/model-xformer#readme",
"dependencies": {
"lodash": "^4.11.1",
"moment": "^2.15.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.1.0",
"mocha-jenkins-reporter": "^0.3.10"
}
}