UNPKG

812 BJSONView Raw
1{
2 "name": "to-object-path",
3 "description": "Create an object path from a list or array of strings.",
4 "version": "0.1.0",
5 "homepage": "https://github.com/jonschlinkert/to-object-path",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/to-object-path",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/to-object-path/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js"
14 ],
15 "main": "index.js",
16 "engines": {
17 "node": ">=0.10.0"
18 },
19 "scripts": {
20 "test": "mocha"
21 },
22 "dependencies": {},
23 "devDependencies": {
24 "base-methods": "^0.2.1",
25 "mocha": "*"
26 },
27 "keywords": [],
28 "verb": {
29 "related": {
30 "list": [
31 "get-value",
32 "set-value",
33 "has-value",
34 "unset-value"
35 ]
36 }
37 }
38}
\No newline at end of file