2013-01-24 19:45:28 +01:00
|
|
|
{
|
2013-02-15 23:36:05 +01:00
|
|
|
"name": "Brackets",
|
2013-10-10 02:04:21 +02:00
|
|
|
"version": "0.33.0-0",
|
|
|
|
"apiVersion": "0.33.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-04-02 19:36:48 +02:00
|
|
|
"grunt": "0.4.1",
|
2013-10-21 18:04:48 +02:00
|
|
|
"jasmine-node": "1.11.0",
|
2013-10-11 16:37:46 +02:00
|
|
|
"grunt-jasmine-node": "0.1.0",
|
2013-10-21 18:04:48 +02:00
|
|
|
"grunt-cli": "0.1.9",
|
2013-04-05 18:56:04 +02:00
|
|
|
"phantomjs": "1.9.0-1",
|
|
|
|
"grunt-lib-phantomjs": "0.3.0",
|
2013-06-25 20:37:58 +02:00
|
|
|
"grunt-contrib-jshint": "0.6.0",
|
2013-03-28 19:25:50 +01:00
|
|
|
"grunt-contrib-watch": "0.3.1",
|
2013-04-05 18:56:04 +02:00
|
|
|
"grunt-contrib-jasmine": "0.4.2",
|
2013-04-02 19:36:48 +02:00
|
|
|
"grunt-template-jasmine-requirejs": "0.1.0",
|
2013-07-29 23:59:58 +02:00
|
|
|
"q": "0.9.2",
|
|
|
|
"jshint": "2.1.4"
|
2013-01-24 19:45:28 +01:00
|
|
|
},
|
2013-02-15 23:36:05 +01:00
|
|
|
"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
|
|
|
}
|