-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
20 lines (20 loc) · 884 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "c4console",
"version": "1.0.8",
"description": "Chainable any_value.c() for console.log(value) && return value in-place! MUCH more convenient than console.log(...) w/o vars or debugger when all you need is to see what's there at a point. Try it with promises! Also adds c(...args) function that are similar to console.log but returns what was passed into it as well.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UniBreakfast/c4console.git"
},
"keywords": ["console", "debug", "log", "chaining", "debugging", "logging"],
"author": "Mykhailo \"Ninin\" Velykoselskyi",
"license": "ISC",
"bugs": {
"url": "https://github.com/UniBreakfast/c4console/issues"
},
"homepage": "https://github.com/UniBreakfast/c4console#readme"
}