UNPKG

1.33 kBJSONView Raw
1{
2 "name": "console-log-div",
3 "description": "Clones console.log calls to a created div in the page. Great for demos and experiments.",
4 "version": "0.0.5",
5 "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
6 "bugs": {
7 "url": "https://github.com/bahmutov/console-log-div/issues"
8 },
9 "contributors": [],
10 "devDependencies": {
11 "eslint-rules": "0.2.0",
12 "grunt": "0.4.5",
13 "grunt-clean-console": "0.2.0",
14 "grunt-contrib-jshint": "0.10.0",
15 "grunt-contrib-watch": "0.6.1",
16 "grunt-deps-ok": "0.5.2",
17 "grunt-eslint": "3.0.0",
18 "grunt-filenames": "0.4.0",
19 "grunt-gh-pages": "0.9.1",
20 "grunt-jscs": "1.1.0",
21 "grunt-nice-package": "0.9.2",
22 "grunt-npm2bower-sync": "0.8.1",
23 "jshint-summary": "0.4.0",
24 "matchdep": "0.3.0",
25 "mocha": "2.1.0",
26 "pre-git": "0.1.1"
27 },
28 "engines": {
29 "node": "> 0.10.*"
30 },
31 "homepage": "https://github.com/bahmutov/console-log-div",
32 "keywords": [
33 "console",
34 "log",
35 "message",
36 "div",
37 "element",
38 "browser",
39 "page",
40 "show",
41 "visible",
42 "clone"
43 ],
44 "license": "MIT",
45 "main": "console-log-div.js",
46 "pre-commit": [
47 "grunt",
48 "npm version"
49 ],
50 "repository": {
51 "type": "git",
52 "url": "git@github.com:bahmutov/console-log-div.git"
53 },
54 "scripts": {
55 "test": "grunt"
56 }
57}