netstix/bower.json
2022-11-27 20:58:22 +08:00

32 lines
593 B
JSON

{
"name": "netstix",
"description": "achievement application",
"main": "",
"authors": [
"michaellennox",
"trbradley",
"htunny",
"giamir"
],
"license": "MIT",
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.0",
"bootstrap": "^3.3.6",
"angular": "^1.4.9",
"angular-resource": "^1.4.9",
"angular-route": "^1.4.9",
"angular-mocks": "^1.4.9",
"angular-bootstrap": "~1.1.2",
"angular-loading-bar": "^0.8.0"
}
}