Skip to content

Commit d8029d5

Browse files
committed
add package.json
1 parent 8ae5d9a commit d8029d5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "obj-path",
3+
"version": "1.0.0",
4+
"description": "Getting object property by a path string.",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/damianc/obj-path.git"
9+
},
10+
"author": "damianc",
11+
"license": "ISC",
12+
"bugs": {
13+
"url": "https://github.com/damianc/obj-path/issues"
14+
},
15+
"homepage": "https://github.com/damianc/obj-path#readme"
16+
}

0 commit comments

Comments
 (0)