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

29 lines
731 B
JSON
Raw Normal View History

{
"name": "Brackets",
2013-03-04 19:43:49 +01:00
"version": "0.22.0-0",
"apiVersion": "0.22.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",
2013-03-21 00:30:11 +01:00
"grunt-contrib-jasmine": "~0.4.0",
2013-03-20 03:53:59 +01:00
"grunt-template-jasmine-requirejs": "~0.1.0",
"q": "~0.9.0"
},
"scripts": {
"postinstall": "grunt install",
"test": "grunt test"
}
}