1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00
brackets/package.json

39 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "Brackets",
2013-10-10 02:04:21 +02:00
"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",
2013-03-28 19:25:50 +01:00
"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"
2013-03-27 08:47:08 +01:00
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/adobe/brackets/blob/master/LICENSE"
}
]
2013-07-09 22:09:04 +02:00
}