-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "node-ide",
"version": "1.5.0-3",
"apiVersion": "1.5.0",
"description": "Brackets.io IDE for node.js application servers",
"issues": {
"url": "http://github.com/marcominetti/brackets/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/marcominetti/brackets.git",
"branch": "",
"SHA": ""
},
"dependencies": {
"send": "^0.9.3",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"ncp": "^1.0.0",
"commander": "^2.3.0",
"open": "^0.0.5",
"socket.io": "^1.1.0",
"socket.io-client": "^1.1.0",
"glob": "^4.0.6",
"decompress-zip": "0.0.2",
"semver": "2.x",
"fs-extra": "0.6.x",
"async": "0.2.x",
"request": "2.27.x",
"temp": "~0.6.0",
"connect": "~2.9.0",
"findup": "latest",
"jscs": "latest",
"eslint": "latest",
"babel-eslint": "latest",
"eslint-plugin-react": "latest",
"enable-global-packages": "latest"
},
"devDependencies": {
"grunt": "0.4.5",
"jasmine-node": "1.11.0",
"grunt-jasmine-node": "0.1.0",
"grunt-cli": "0.1.9",
"phantomjs": "1.9.18",
"grunt-lib-phantomjs": "0.3.0",
"grunt-contrib-jshint": "0.6.0",
"grunt-contrib-watch": "0.4.3",
"grunt-contrib-jasmine": "0.4.2",
"grunt-template-jasmine-requirejs": "0.1.0",
"grunt-contrib-cssmin": "0.6.0",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-htmlmin": "0.1.3",
"grunt-contrib-less": "1.0.1",
"grunt-contrib-requirejs": "0.4.1",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-concat": "0.3.0",
"grunt-targethtml": "0.2.6",
"grunt-usemin": "0.1.11",
"load-grunt-tasks": "0.2.0",
"q": "0.9.2",
"semver": "^4.1.0",
"jshint": "2.1.4",
"xmldoc": "^0.1.2",
"grunt-cleanempty": "1.0.3",
"rewire": "1.1.x",
"fs-extra": "0.5.x"
},
"scripts": {
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/adobe/brackets/blob/master/LICENSE"
},
{
"type": "MIT",
"url": "https://github.com/rabchev/brackets-server/blob/master/LICENSE"
}
]
}