2015-07-14 23:34:55 +02:00
|
|
|
{
|
|
|
|
"name": "oxbow",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"authors": [
|
|
|
|
"Dan Brown <ssddanbrown@googlemail.com>"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"public/bower/",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"dropzone": "~4.0.1",
|
2015-07-15 23:55:49 +02:00
|
|
|
"tinymce-dist": "~4.2.1",
|
|
|
|
"bootstrap": "~3.3.5",
|
2015-07-30 23:27:35 +02:00
|
|
|
"jquery-sortable": "~0.9.13",
|
|
|
|
"material-design-iconic-font": "~2.1.1"
|
2015-07-14 23:34:55 +02:00
|
|
|
}
|
|
|
|
}
|