super-productivity/bower.json
2016-12-31 01:19:58 +01:00

35 lines
775 B
JSON

{
"name": "superProductivity",
"version": "0.0.0",
"authors": [],
"license": "none",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"json3": "latest",
"es5-shim": "latest",
"animate.css-scss": "latest",
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-resource": "^1.5.0",
"angular-ui-router": "latest",
"angular-local-storage": "^0.5.2",
"angular-drag-and-drop-lists": "^2.0.0",
"ngstorage": "^0.3.11",
"angular-material": "^1.1.1",
"angular-material-icons": "^0.7.1"
},
"devDependencies": {
"angular-mocks": "^1.5.0"
},
"scripts": {
"postinstall": "gulp wiredep"
}
}