mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "semaphore",
|
|
"version": "2.5.0",
|
|
"description": "Open Source alternative to Ansible Tower",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@uirouter/angularjs": "^1.0.15",
|
|
"ace-builds": "^1.3.1",
|
|
"angular": "^1.7.9",
|
|
"angular-couch-potato": "git+https://github.com/laurelnaiad/angular-couch-potato.git",
|
|
"angular-loading-bar": "^0.9.0",
|
|
"angular-ui-ace": "^0.2.3",
|
|
"angular-ui-bootstrap": "^2.5.6",
|
|
"angularjs-scroll-glue": "^2.1.0",
|
|
"async": "^2.6.0",
|
|
"bootstrap": "^3.4.1",
|
|
"font-awesome": "^4.5.0",
|
|
"moment": "^2.24.0",
|
|
"requirejs": "^2.3.5",
|
|
"sweetalert": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"less": "^3.0.1",
|
|
"pug-cli": "^1.0.0-alpha6",
|
|
"nodemon": "^1.17.2"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ansible-semaphore/semaphore.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ansible-semaphore/semaphore/issues"
|
|
},
|
|
"homepage": "https://github.com/ansible-semaphore/semaphore#readme"
|
|
}
|