forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "Brackets",
"version": "0.24.0-0",
"apiVersion": "0.24.0",
"homepage": "http://brackets.io",
"issues": {
"url": "http://github.com/adobe/brackets/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/brackets.git",
"branch": "",
"SHA": ""
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "~0.1.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-jasmine": "~0.4.0",
"grunt-template-jasmine-requirejs": "~0.1.0",
"q": "~0.9.0"
},
"scripts": {
"postinstall": "grunt install",
"test": "grunt test"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/adobe/brackets/blob/master/LICENSE"
}
]
}