UNPKG

446 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.1",
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 },
11 "devDependencies": {
12 "nodeunit": "*"
13 }
14}
\No newline at end of file