mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "Brackets",
|
|
"version": "0.33.0-0",
|
|
"apiVersion": "0.33.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.1",
|
|
"jasmine-node": "1.11.0",
|
|
"grunt-jasmine-node": "0.1.0",
|
|
"grunt-cli": "0.1.9",
|
|
"phantomjs": "1.9.0-1",
|
|
"grunt-lib-phantomjs": "0.3.0",
|
|
"grunt-contrib-jshint": "0.6.0",
|
|
"grunt-contrib-watch": "0.3.1",
|
|
"grunt-contrib-jasmine": "0.4.2",
|
|
"grunt-template-jasmine-requirejs": "0.1.0",
|
|
"q": "0.9.2",
|
|
"jshint": "2.1.4"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "grunt install",
|
|
"test": "grunt test"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/adobe/brackets/blob/master/LICENSE"
|
|
}
|
|
]
|
|
} |