forked from s-a/iron-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.62 KB
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "iron-node",
"version": "2.1.7",
"description": "Debug Node.js code on the fly with Chrome Developer Tools on Linux, Windows and OS X.",
"main": "index.js",
"bin": {
"iron-node": "./bin/run.js"
},
"preferGlobal": true,
"scripts": {
"mdlint": "node_modules/.bin/mdlint glob \"docs/*.md\"",
"test": "mocha",
"changelog": "changelog -m",
"dev": "node_modules/.bin/electron ./app",
"node-sass-test": "node_modules/.bin/electron ./app ..\\require\\node-sass.js",
"edge-test": "node_modules/.bin/electron ./app ..\\require\\edge.js",
"mocha-debug": "node_modules/.bin/electron ./app node_modules/mocha/bin/_mocha",
"test-notify": "node_modules/.bin/electron ./app ..\\require\\notify.js",
"compiler": "node_modules\\.bin\\electron ./app --compile=c:\\git\\require\\",
"bump": "npm version patch && git push && git push --tags && npm publish"
},
"pre-commit": [
"test",
"mdlint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/s-a/iron-node.git"
},
"author": "Stephan Ahlf <[email protected]> (https://github.com/s-a)",
"license": "MIT",
"bugs": {
"url": "https://github.com/s-a/iron-node/issues"
},
"homepage": "https://github.com/s-a/iron-node#readme",
"dependencies": {
"commander": "^2.8.1",
"deep-extend": "^0.4.0",
"electron-prebuilt": "^0.36.2",
"electron-recompile": "^1.0.16",
"markdown": "^0.5.0",
"nmp": "^1.0.3",
"open": "0.0.5",
"package.js": "^1.1.3"
},
"devDependencies": {
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"pre-commit": "^1.1.1",
"should": "^8.1.1"
}
}