UNPKG

657 BJSONView Raw
1{
2 "name": "denode",
3 "version": "1.3.0",
4 "description": "Debug node apps like a pro",
5 "bin": {
6 "denode": "./index.js"
7 },
8 "scripts": {
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/steelbrain/denode.git"
14 },
15 "keywords": [
16 "electron",
17 "node",
18 "debug",
19 "profile"
20 ],
21 "productName": "DeNode",
22 "author": "steelbrain",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/steelbrain/denode/issues"
26 },
27 "homepage": "https://github.com/steelbrain/denode#readme",
28 "dependencies": {
29 "electron-prebuilt": "^0.37.6"
30 }
31}