1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| {
| "name": "dot-access",
| "repo": "Ntran013/dot-access",
| "description": "Access object properties using dot notation",
| "version": "0.0.4",
| "keywords": [],
| "dependencies": {},
| "development": {
| "visionmedia/mocha": "*"
| },
| "license": "MIT",
| "main": "index.js",
| "scripts": [
| "index.js"
| ]
| }
|
|