UNPKG

470 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.4",
5 "author": "Boyan Rabchev <boyan@rabchev.com>",
6 "repository": "https://github.com/rabchev/node-brackets-module.git",
7 "main": "index",
8 "dependencies": {
9 "connect": "*",
10 "wrench": "*"
11 },
12 "devDependencies": {
13 "nodeunit": "*"
14 }
15}
\No newline at end of file