pbs/bower.json

28 lines
544 B
JSON
Raw Permalink Normal View History

2015-03-13 21:03:11 +01:00
{
"name": "pert-gui",
"version": "0.1.0",
"homepage": "https://github.com/fazo96/pert",
"authors": [
"Enrico Fasoli <fazius2009@gmail.com>"
],
"description": "web ui for pert",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2015-03-14 09:42:05 +01:00
"vis": "~3.11.0",
2015-03-30 12:47:38 +02:00
"jquery": "~2.1.3",
2015-03-31 17:34:14 +02:00
"moment": "~2.9.0",
2015-03-31 18:25:06 +02:00
"bootstrap": "~3.3.4",
"sweetalert": "~0.5.0",
"angular": "~1.3.15",
"angular-ui-router": "~0.2.13"
2015-03-13 21:03:11 +01:00
}
}