2013-08-21 11:49:25 -04:00
|
|
|
{
|
|
|
|
|
"name": "processmaker/processmaker",
|
|
|
|
|
"description": "BPM PHP Software",
|
|
|
|
|
"keywords": ["php bpm processmaker"],
|
|
|
|
|
"homepage": "http://processmaker.com",
|
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
2013-11-22 16:20:49 -04:00
|
|
|
|
|
|
|
|
"repositories": [
|
|
|
|
|
{
|
|
|
|
|
"type": "package",
|
|
|
|
|
"package": {
|
|
|
|
|
"name": "jquery/jquery",
|
|
|
|
|
"version": "1.10.2",
|
|
|
|
|
"dist": {
|
|
|
|
|
"url": "http://code.jquery.com/jquery-1.10.2.min.js",
|
|
|
|
|
"type": "file"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "package",
|
|
|
|
|
"package": {
|
|
|
|
|
"name": "colosa/pmui",
|
|
|
|
|
"version": "dev-master",
|
|
|
|
|
"source": {
|
|
|
|
|
"url": "git@bitbucket.org:colosa/pmui.git",
|
|
|
|
|
"type": "git",
|
|
|
|
|
"reference": "origin/master"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "package",
|
|
|
|
|
"package": {
|
|
|
|
|
"name": "colosa/michelangelofe",
|
|
|
|
|
"version": "dev-master",
|
|
|
|
|
"source": {
|
|
|
|
|
"url": "git@bitbucket.org:colosa/michelangelofe.git",
|
|
|
|
|
"type": "git",
|
|
|
|
|
"reference": "origin/master"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
2013-08-21 11:49:25 -04:00
|
|
|
|
|
|
|
|
"require": {
|
2013-08-30 11:31:59 -04:00
|
|
|
"luracast/restler" : "dev-master",
|
2013-11-22 16:20:49 -04:00
|
|
|
"bshaffer/oauth2-server-php": "v1.0",
|
|
|
|
|
"jquery/jquery": "1.10.2",
|
|
|
|
|
"colosa/pmui": "dev-master",
|
|
|
|
|
"colosa/michelangelofe": "dev-master",
|
|
|
|
|
"underscore/underscore": "1.5.2"
|
2013-08-21 11:49:25 -04:00
|
|
|
}
|
2013-08-23 13:23:19 -04:00
|
|
|
}
|