Dashboard Temp Share Shortlinks Frames API

HTMLify

package.json
Views: 25 | Author: cody
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "mpath",
  "version": "0.7.0",
  "description": "{G,S}et object values using MongoDB-like path notation",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/*"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "repository": "git://github.com/aheckmann/mpath.git",
  "keywords": [
    "mongodb",
    "path",
    "get",
    "set"
  ],
  "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "mocha": "5.x",
    "benchmark": "~1.0.0"
  }
}