Semaphore/web/package.json
Denis 7263101be0 Use npm instead of submodule. Split public to web/public & web/resources
Fix build under Windows

Remove htmls from pug directory

Move package.json to web directory

Remove OS type checking from test

Fix builder.js codestyle

Remove Taskfile_windows.yml
2018-03-13 12:23:20 +05:00

37 lines
1.0 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.6.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.3.5",
"font-awesome": "^4.5.0",
"moment": "^2.11.1",
"requirejs": "^2.3.5",
"sweetalert": "^2.1.0"
},
"devDependencies": {},
"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"
}