blob: 9bbcec44cf752be91bd1c29de403875d3b43c03b [file] [log] [blame]
{
"name": "xos.contentProviderApp",
"version": "0.0.0",
"homepage": "https://github.com/teone/xos",
"authors": [
"Matteo Scandolo <matteo.scandolo@link-me.it>"
],
"description": "The content provider view",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"static/js/vendor/",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.7",
"angular-route": "~1.4.7",
"angular-cookies": "~1.4.7",
"angular-resource": "~1.4.7",
"ng-lodash": "~0.3.0"
},
"devDependencies": {
"bootstrap-css": "2.3.2"
}
}