UNPKG

934 BJSONView 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.2.6",
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 "dependencies": {
12 "connect": "*",
13 "wrench": "*"
14 },
15 "devDependencies": {
16 "nodeunit": "*"
17 },
18 "keywords": [
19 "brackets",
20 "adobe",
21 "node",
22 "nodejs",
23 "code",
24 "editor",
25 "web",
26 "project",
27 "application",
28 "management",
29 "dev",
30 "development",
31 "javascript",
32 "html",
33 "css",
34 "ide"
35 ],
36 "engines": { "node": "*" }
37}
\No newline at end of file