2013-08-21 11:49:25 -04:00
|
|
|
{
|
|
|
|
|
"name": "processmaker/processmaker",
|
|
|
|
|
"description": "BPM PHP Software",
|
|
|
|
|
"keywords": ["php bpm processmaker"],
|
2014-01-30 06:23:28 -04:00
|
|
|
"homepage": "http://www.processmaker.com",
|
|
|
|
|
"license": "AGPL-3.0",
|
2013-11-22 16:20:49 -04:00
|
|
|
|
|
|
|
|
"repositories": [
|
|
|
|
|
{
|
2014-01-30 06:23:28 -04:00
|
|
|
"packagist": false
|
2013-11-22 16:20:49 -04:00
|
|
|
},
|
2014-01-30 09:09:29 -04:00
|
|
|
{
|
|
|
|
|
"type": "composer",
|
|
|
|
|
"url": "http://composer-public.colosa.net/"
|
|
|
|
|
},
|
2013-11-22 16:20:49 -04:00
|
|
|
{
|
2014-01-30 06:23:28 -04:00
|
|
|
"type": "composer",
|
|
|
|
|
"url": "http://composer.colosa.net/"
|
2013-11-22 16:20:49 -04:00
|
|
|
}
|
|
|
|
|
],
|
2013-08-21 11:49:25 -04:00
|
|
|
"require": {
|
2014-01-30 06:23:28 -04:00
|
|
|
"php":">=5.3.3",
|
|
|
|
|
"underscore/underscore": "1.5.2",
|
|
|
|
|
"jquery/jquery": "1.10.2",
|
2014-01-29 02:02:14 -04:00
|
|
|
"luracast/restler" : "v3.0.0",
|
2014-01-29 12:51:32 -04:00
|
|
|
"bshaffer/oauth2-server-php": "v1.0",
|
2014-01-30 09:09:29 -04:00
|
|
|
"colosa/restclient": "0.1.7",
|
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",
|
|
|
|
|
"behat/behat":"2.4.6@stable"
|
2013-08-21 11:49:25 -04:00
|
|
|
}
|
2013-08-23 13:23:19 -04:00
|
|
|
}
|