super-productivity/bower.json
2018-02-24 13:28:15 +01:00

46 lines
1.1 KiB
JSON

{
"name": "super-productivity",
"version": "1.0.0",
"authors": [
"Johannes Millan <contact@super-productivity.com> (http://super-productivity.com)"
],
"appPath": "app-src",
"license": "none",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"animate.css-scss": "latest",
"angular": "1.6.5",
"angular-animate": "1.6.5",
"angular-aria": "1.6.5",
"angular-resource": "1.6.5",
"angular-ui-router": "latest",
"angular-material": "^1.1.5",
"angular-material-icons": "^0.7.1",
"lodash": "^4.17.3",
"moment": "^2.17.1",
"angular-moment": "^1.0.1",
"ng-sortable": "^1.3.8",
"angular-marked": "^1.2.2",
"angular-bootstrap-calendar": "^0.27.5",
"hamsterjs": "^1.1.2",
"clipboard": "^1.6.0",
"moment-duration-format": "https://github.com/johannesjo/moment-duration-format.git#master"
},
"devDependencies": {
"angular-mocks": "1.6.5",
"Watch.JS": "watch#^1.3.1"
},
"scripts": {
"postinstall": "gulp wiredep"
},
"resolutions": {
"angular": "1.6.5"
}
}