You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
488 B
26 lines
488 B
{
|
|
"name": "virl-scheduler",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"authors": [
|
|
"patrick.bug@informatik.hs-fulda.de"
|
|
],
|
|
"license": "GNU",
|
|
"homepage": "",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular-route": "^1.6.1",
|
|
"restangular": "^1.6.0",
|
|
"angular-bootstrap": "^2.4.0",
|
|
"moment": "^2.17.1",
|
|
"bootstrap": "^3.3.7",
|
|
"angular": "^1.6.1"
|
|
}
|
|
}
|