UNPKG

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