UNPKG

977 BJSONView Raw
1{
2 "name": "getobject",
3 "description": "get.and.set.deep.objects.easily = true",
4 "version": "1.0.2",
5 "homepage": "https://github.com/cowboy/node-getobject",
6 "author": {
7 "name": "\"Cowboy\" Ben Alman",
8 "url": "http://benalman.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/cowboy/node-getobject.git"
13 },
14 "bugs": {
15 "url": "https://github.com/cowboy/node-getobject/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/cowboy/node-getobject/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "lib/getobject",
24 "engines": {
25 "node": ">=10"
26 },
27 "scripts": {
28 "test": "grunt nodeunit"
29 },
30 "devDependencies": {
31 "grunt-contrib-jshint": "~3.0.0",
32 "grunt-contrib-nodeunit": "~3.0.0",
33 "grunt-contrib-watch": "~1.1.0",
34 "grunt": "~1.4.0"
35 },
36 "keywords": [
37 "dot notation",
38 "properties",
39 "get",
40 "set",
41 "object",
42 "dot"
43 ],
44 "files": [
45 "lib"
46 ]
47}