23 lines
400 B
JSON
23 lines
400 B
JSON
{
|
|
"name": "voce",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"Darko Luketic <info@icod.de>"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "~1.4.6",
|
|
"angular-bootstrap": "~0.13.4",
|
|
"angular-timeline": "~1.5.2",
|
|
"angular-ui-router": "~0.2.15",
|
|
"bootstrap": "~3.3.5"
|
|
}
|
|
}
|