2013-01-24 19:45:28 +01:00
|
|
|
{
|
2013-02-15 23:36:05 +01:00
|
|
|
"name": "Brackets",
|
2013-03-04 19:43:49 +01:00
|
|
|
"version": "0.22.0-0",
|
2013-03-14 20:38:55 +01:00
|
|
|
"apiVersion": "0.22.0",
|
2013-02-15 23:36:05 +01:00
|
|
|
"homepage": "http://brackets.io",
|
|
|
|
"issues": {
|
|
|
|
"url": "http://github.com/adobe/brackets/issues"
|
2013-01-24 19:45:28 +01:00
|
|
|
},
|
2013-02-15 23:36:05 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/adobe/brackets.git",
|
|
|
|
"branch": "",
|
|
|
|
"SHA": ""
|
2013-01-24 19:45:28 +01:00
|
|
|
},
|
2013-02-15 23:36:05 +01:00
|
|
|
"devDependencies": {
|
2013-02-26 20:17:15 +01:00
|
|
|
"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",
|
2013-03-21 00:55:50 +01:00
|
|
|
"q": "~0.9.0"
|
2013-01-24 19:45:28 +01:00
|
|
|
},
|
2013-02-15 23:36:05 +01:00
|
|
|
"scripts": {
|
|
|
|
"postinstall": "grunt install",
|
|
|
|
"test": "grunt test"
|
2013-01-24 19:45:28 +01:00
|
|
|
}
|
2013-03-20 23:13:31 +01:00
|
|
|
}
|