This repository was archived by the owner on Jul 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.44 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"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": "samsteam/sams-core"
},
"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"
}
}