forked from yacut/brackets-nodejs-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 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
{
"name": "brackets-nodejs-integration",
"title": "NodeJS integration",
"description": "NodeJS integration is Nodejs, mocha, npm and gulp runner with interactive debugger and RequireJS improvements.",
"homepage": "https://github.com/yacut/brackets-nodejs-integration",
"author": "yacut <[email protected]> (https://github.com/yacut)",
"version": "1.8.7",
"license": "MIT",
"engines": {
"brackets": ">=1.7.0"
},
"keywords": [
"node",
"node.js",
"execute",
"command",
"runner",
"mocha",
"debug",
"debugger",
"npm",
"gulp"
],
"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": {
"mocha": "2.5.3",
"tree-kill": "1.1.0"
}
}