2015-07-14 17:34:55 -04: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 17:55:49 -04:00
|
|
|
"tinymce-dist": "~4.2.1",
|
|
|
|
"bootstrap": "~3.3.5",
|
2015-07-30 17:27:35 -04:00
|
|
|
"jquery-sortable": "~0.9.13",
|
2015-08-16 15:11:21 -04:00
|
|
|
"material-design-iconic-font": "~2.1.1",
|
2015-09-03 14:52:11 -04:00
|
|
|
"vue": "~0.12.10",
|
|
|
|
"vue-resource": "~0.1.15"
|
2015-07-14 17:34:55 -04:00
|
|
|
}
|
|
|
|
}
|