-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 861 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
{
"name": "node-object-field-resolver",
"version": "1.0.3",
"description": "allows overwrite object fields with value",
"main": "./src/overwrite_object_field_value.js",
"repository": {
"type": "git",
"url": "git+https://github.com/explore-node-js/node.js-object-field-resolver.git"
},
"keywords": [
"object field resolver, overwrite object fields"
],
"author": "Eugene Matvejev <eugene.matvejev@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"jest": "^24.0.0"
},
"scripts": {
"test": "node node_modules/jest/bin/jest.js --verbose"
},
"bugs": {
"url": "https://github.com/explore-node-js/node.js-object-field-resolver/issues"
},
"homepage": "https://github.com/explore-node-js/node.js-object-field-resolver#readme"
}