super-productivity/bower.json
2017-01-07 19:34:16 +01:00

42 lines
1,001 B
JSON

{
"name": "superProductivity",
"version": "0.0.0",
"authors": [
"Johannes Millan <contact@super-productivity.com> (http://super-productivity.com)"
],
"license": "none",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"json3": "latest",
"es5-shim": "latest",
"animate.css-scss": "latest",
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.1",
"angular-resource": "^1.6.1",
"angular-ui-router": "latest",
"angular-local-storage": "^0.5.2",
"ngstorage": "^0.3.11",
"angular-material": "^1.1.1",
"angular-material-icons": "^0.7.1",
"lodash": "^4.17.3",
"moment": "^2.17.1",
"angular-moment": "^1.0.1",
"ng-sortable": "^1.3.7",
"moment-duration-format": "^1.3.0",
"svg-morpheus": "^0.3.2"
},
"devDependencies": {
"angular-mocks": "^1.6.1"
},
"scripts": {
"postinstall": "gulp wiredep"
}
}