decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
42 lines (41 loc) • 1.09 kB
JSON
{
"name": "clusterpost-list",
"version": "2.4.5",
"description": "List jobs running in clusterpost",
"main": "clusterpost-list.module.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/NIRALUser/clusterpost.git"
},
"keywords": [
"clusterpost",
"list",
"front-end"
],
"author": "juanprietob@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NIRALUser/clusterpost/issues"
},
"homepage": "https://github.com/NIRALUser/clusterpost#readme",
"devDependencies": {
"grunt": "1.6.1",
"grunt-angular-templates": "1.2.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-ng-annotate": "4.0.0"
},
"dependencies": {
"angular": "^1.8.0",
"angular-bootstrap": "^0.12.2",
"angular-route": "^1.8.2",
"angular-smart-table": "^2.1.8",
"jsonformatter": "^0.7.0",
"underscore": "^1.12.1"
}
}