36 lines
860 B
JSON
36 lines
860 B
JSON
{
|
|
"name": "anorgatarrak",
|
|
"version": "1.0.0",
|
|
"description": "Template for Anorgatarrak Project",
|
|
"main": "app/anorgatarrak.js",
|
|
"dependencies": {
|
|
"angular": "^1.6.4",
|
|
"angular-gettext": "^2.3.10",
|
|
"angular-loading-bar": "^0.9.0",
|
|
"angular-route": "^1.6.5",
|
|
"angular-sanitize": "^1.6.6",
|
|
"bootstrap": "^3.3.7",
|
|
"bootstrap-social": "^5.1.1",
|
|
"grunt": "^1.0.2",
|
|
"jquery": "^3.2.1",
|
|
"mediaelement": "^4.2.8",
|
|
"simple-slideshow": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-angular-gettext": "^2.3.9"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.audio-lab.org/lrullo/anorgatarrak-wordpress-theme.git"
|
|
},
|
|
"keywords": [
|
|
"theme",
|
|
"wordpress"
|
|
],
|
|
"author": "Luca Rullo",
|
|
"license": "GPL-2.0"
|
|
}
|