2013-08-21 11:49:25 -04:00
|
|
|
{
|
|
|
|
|
"name": "processmaker/processmaker",
|
|
|
|
|
"description": "BPM PHP Software",
|
|
|
|
|
"keywords": ["php bpm processmaker"],
|
2014-02-07 08:41:11 -04:00
|
|
|
"homepage": "http://processmaker.com",
|
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
2013-11-22 16:20:49 -04:00
|
|
|
|
|
|
|
|
"repositories": [
|
|
|
|
|
{
|
2014-02-07 08:41:11 -04:00
|
|
|
"type": "package",
|
|
|
|
|
"package": {
|
|
|
|
|
"name": "jquery/jquery",
|
|
|
|
|
"version": "1.10.2",
|
|
|
|
|
"dist": {
|
|
|
|
|
"url": "http://code.jquery.com/jquery-1.10.2.min.js",
|
|
|
|
|
"type": "file"
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-11-22 16:20:49 -04:00
|
|
|
},
|
2014-01-30 09:09:29 -04:00
|
|
|
{
|
2014-02-07 08:41:11 -04:00
|
|
|
"type": "package",
|
|
|
|
|
"package": {
|
|
|
|
|
"name": "underscore/underscore",
|
|
|
|
|
"version": "1.5.2",
|
|
|
|
|
"dist": {
|
|
|
|
|
"url": "http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js",
|
|
|
|
|
"type": "file"
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-01-30 09:09:29 -04:00
|
|
|
},
|
2013-11-22 16:20:49 -04:00
|
|
|
{
|
2014-02-07 08:41:11 -04:00
|
|
|
"type": "vcs",
|
|
|
|
|
"url": "git@bitbucket.org:colosa/pmUI.git"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
|
|
|
|
"url": "git@bitbucket.org:colosa/MichelangeloFE.git"
|
2013-11-22 16:20:49 -04:00
|
|
|
}
|
|
|
|
|
],
|
2014-02-07 08:41:11 -04:00
|
|
|
|
2014-04-24 12:36:30 -04:00
|
|
|
"minimum-stability": "beta",
|
|
|
|
|
"prefer-stable": true,
|
|
|
|
|
|
2013-08-21 11:49:25 -04:00
|
|
|
"require": {
|
2014-04-24 12:36:30 -04:00
|
|
|
"luracast/restler" : "3.0.0-RC4",
|
2014-01-29 12:51:32 -04:00
|
|
|
"bshaffer/oauth2-server-php": "v1.0",
|
2014-02-07 08:41:11 -04:00
|
|
|
"jquery/jquery": "1.10.2",
|
|
|
|
|
"underscore/underscore": "1.5.2",
|
2014-01-29 12:51:32 -04:00
|
|
|
"colosa/pmUI": "dev-master",
|
2014-01-30 09:17:54 -04:00
|
|
|
"colosa/MichelangeloFE": "dev-master"
|
2013-12-16 16:08:39 -04:00
|
|
|
},
|
|
|
|
|
"require-dev":{
|
2014-01-30 09:17:54 -04:00
|
|
|
"guzzle/guzzle":"~3.1.1",
|
2014-02-12 17:01:19 -04:00
|
|
|
"behat/behat":"2.4.*@stable"
|
2013-08-21 11:49:25 -04:00
|
|
|
}
|
2013-08-23 13:23:19 -04:00
|
|
|
}
|