We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae5d9a commit d8029d5Copy full SHA for d8029d5
package.json
@@ -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