Files
DataLogger-Generic/web_db/www/bower.json
2016-10-13 17:18:52 -05:00

32 lines
625 B
JSON

{
"name": "TagServer",
"description": "Tag Datalogger for Rockwell PLC & MySQL/SQLite DB",
"main": "app.js",
"authors": [
"Patrick McDonagh"
],
"license": "ISC",
"moduleType": [],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-justgage": "~1.0.1",
"angular": "angularjs#~1.4.9",
"bootstrap": "~3.3.6",
"angular-route": "~1.4.9",
"font-awesome": "~4.5.0",
"ngQuickDate": "^1.3.4",
"angular-sails": "^1.1.4"
},
"resolutions": {
"angular": "~1.4.9"
}
}