{
"name": "App",
"main": "app.js",
"description": "The app to rule all apps. Don’t be evil.",
"homepage": "http://APPleseed.com",
"authors": [
"Jonny Appleseed <jonny@appleseed.com>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.1.1",
"zeroclipboard": "1.3.5",
"angular": "1.2.25",
"angular-resource": "1.2.25",
"angular-ui-router": "0.2.11",
"angular-cookie": "4.0.2",
"angular-mocks": "1.2.25",
"angular-sanitize": "1.2.25",
"angular-markdown-directive": "0.3.0",
"angular-payments": "git@github.com:laurihy/angular-payments.git#master",
"angular-ui-sortable": "0.12.11"
},
"devDependencies": {
"showdown": "0.3.1"
},
"resolutions": {
"angular": "1.2.25"
}
}