forked from yacut/brackets-nodejs-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 KB
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
53
54
{
"name": "brackets-nodejs-integration",
"title": "NodeJS integration",
"description": "Use 'brackets-npm-registry' to install. NodeJS integration is Nodejs, mocha, npm and gulp runner with interactive debugger and RequireJS improvements.",
"homepage": "https://github.com/yacut/brackets-nodejs-integration",
"bugs": "https://github.com/yacut/brackets-nodejs-integration/issues",
"author": {
"name": "yacut",
"url": "https://github.com/yacut"
},
"version": "1.8.17",
"license": "MIT",
"engines": {
"brackets": ">=1.7.0"
},
"keywords": [
"brackets-extension",
"node",
"node.js",
"execute",
"command",
"runner",
"mocha",
"debug",
"debugger",
"npm",
"gulp"
],
"repository": {
"type": "git",
"url": "https://github.com/yacut/brackets-nodejs-integration.git"
},
"i18n": [
"en",
"de",
"ru"
],
"package-i18n": {
"de": {
"description": "NodeJS integration ist Nodejs, mocha, npm und gulp runner mit interaktiven Debugger und RequireJS Verbesserungen."
},
"ru": {
"description": "NodeJS integration - это запуск Nodejs, mocha, npm и gulp скриптов с интерактивным дебаггером и RequireJS улучшениями."
}
},
"dependencies": {
"gulp": "3.9.1",
"mocha": "3.2.0",
"tree-kill": "1.1.0"
},
"devDependencies": {
"gulp-eslint": "^3.0.1"
}
}