Dashboard Temp Share Shortlinks Frames API

HTMLify

package.json
Views: 18 | Author: cody
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "kareem",
  "version": "2.3.1",
  "description": "Next-generation take on pre/post function hooks",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./test/*",
    "test-travis": "nyc mocha ./test/*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vkarpov15/kareem.git"
  },
  "devDependencies": {
    "nyc": "11.x",
    "mocha": "5.x",
    "standard-version": "4.4.0"
  },
  "author": "Valeri Karpov <val@karpov.io>",
  "license": "Apache-2.0"
}