mirror of
https://github.com/fazo96/pbs.git
synced 2025-01-26 14:24:20 +01:00
29 lines
567 B
JSON
29 lines
567 B
JSON
{
|
|
"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": {
|
|
"vis": "~3.11.0",
|
|
"jquery": "~2.1.3",
|
|
"moment": "~2.9.0",
|
|
"bootstrap": "~3.3.4",
|
|
"sweetalert": "~0.5.0",
|
|
"angular": "~1.3.15",
|
|
"angular-ui-router": "~0.2.13",
|
|
"async": "~0.9.2"
|
|
}
|
|
}
|