UNPKG

2.27 kBJSONView Raw
1{
2 "name": "brackets",
3 "description": "Brackets Server is a server for providing hosted version of the popular code editor Brackets.",
4 "version": "0.5.8",
5 "author": "Boyan Rabchev <boyan@rabchev.com>",
6 "contributors": [
7 { "name": "Boyan Rabchev", "email": "boyan@rabchev.com" }
8 ],
9 "repository": "https://github.com/rabchev/brackets-server.git",
10 "main": "./lib/server",
11 "preferGlobal": "true",
12 "bin": {
13 "brackets": "./bin/run.js",
14 "brackets-server": "./bin/run.js"
15 },
16 "dependencies": {
17 "send": "^0.9.3",
18 "mkdirp": "^0.5.0",
19 "rimraf": "^2.2.8",
20 "ncp": "^1.0.0",
21 "commander": "^2.3.0",
22 "open": "^0.0.5",
23 "socket.io": "1.1.0",
24 "glob": "^4.0.6"
25 },
26 "devDependencies": {
27 "mocha": "*",
28 "chai": "*",
29 "sinon-chai": "*",
30 "supertest": "*",
31 "grunt": "*",
32 "grunt-release": "*",
33 "grunt-shell": "*",
34 "grunt-simple-mocha": "*",
35 "grunt-node-inspector": "*",
36 "grunt-concurrent": "*",
37 "grunt-contrib-requirejs": "*",
38 "grunt-contrib-compress": "*",
39 "grunt-contrib-copy": "*",
40 "grunt-contrib-htmlmin": "*",
41 "grunt-contrib-less": "0.8.2",
42 "grunt-replace": "*",
43 "grunt-contrib-concat": "*",
44 "grunt-targethtml": "*",
45 "grunt-usemin": "0.1.11",
46 "grunt-contrib-clean": "*",
47 "load-grunt-tasks": "*",
48 "grunt-text-replace": "*",
49 "q": "0.9.2",
50 "shelljs": "^0.3.0"
51 },
52 "keywords": [
53 "brackets",
54 "node",
55 "nodejs",
56 "code",
57 "editor",
58 "web",
59 "project",
60 "application",
61 "management",
62 "dev",
63 "development",
64 "javascript",
65 "html",
66 "css",
67 "ide"
68 ],
69 "scripts": {
70 "test": "grunt test",
71 "postinstall": "node lib/post-install.js"
72 },
73 "bugs": {
74 "email": "boyan@rabchev.com",
75 "url": "https://github.com/rabchev/brackets-server/issues"
76 },
77 "license": {
78 "type": "MIT",
79 "url": "http://github.com/rabchev/brackets-server/blob/master/LICENSE"
80 },
81 "engines": { "node": ">=0.10" }
82}