UNPKG

1.09 kBJSONView Raw
1{
2 "name": "brackets",
3 "description": "This module integrates [Adobe Brackets](http://brackets.io/) code editor in Node.js based web applications.",
4 "version": "0.3.0",
5 "author": "Boyan Rabchev <boyan@rabchev.com>",
6 "contributors": [
7 { "name": "Boyan Rabchev", "email": "boyan@rabchev.com" }
8 ],
9 "repository": "https://github.com/rabchev/node-brackets-module.git",
10 "main": "index",
11 "preferGlobal": "true",
12 "bin": {
13 "brackets": "./bin/run.js",
14 "node-brackets": "./bin/run.js"
15 },
16 "dependencies": {
17 "send": "*",
18 "connect": "*",
19 "wrench": "*"
20 },
21 "devDependencies": {
22 "nodeunit": "*"
23 },
24 "keywords": [
25 "brackets",
26 "adobe",
27 "node",
28 "nodejs",
29 "code",
30 "editor",
31 "web",
32 "project",
33 "application",
34 "management",
35 "dev",
36 "development",
37 "javascript",
38 "html",
39 "css",
40 "ide"
41 ],
42 "engines": { "node": ">=0.8.6" }
43}
\No newline at end of file