sams-webapp
Version:
Some awesome memory scheduler, client.
59 lines (58 loc) • 1.46 kB
JSON
{
"name": "sams-webapp",
"version": "1.0.0",
"description": "Some awesome memory scheduler, client.",
"main": "index.html",
"scripts": {
"start": "grunt && (http-server . -c-1 -o -p 8000 &) && grunt watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"user-agent": "samsteam-app-agent",
"window": {
"toolbar": false,
"frame": true,
"position": "center",
"min_width": 1200,
"min_height": 600,
"width": 1200,
"height": 600,
"as_desktop": true
},
"versions": {
"app": 1
},
"single-instance": false,
"repository": {
"type": "git",
"url": "git+https://github.com/samsteam/samsteam.github.io.git"
},
"keywords": [
"memory",
"scheduler",
"sams",
"algorithms"
],
"author": "Samsteam <dev.samsjs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/samsteam/samsteam.github.io/issues"
},
"homepage": "https://github.com/samsteam/samsteam.github.io#readme",
"dependencies": {
"angular": "^1.4.3",
"angular-translate": "^2.7.2",
"angular-ui-router": "^0.2.15",
"bootstrap": "^3.3.5",
"jquery": "^2.1.4",
"sams": "^1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-node-webkit-builder": "^1.0.2"
}
}