forked from scout-app/scout-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.99 KB
/
package.json
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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "Scout-App",
"homepage": "http://scout-app.io",
"version": "2.0.2",
"author": "The Jared Wilcurt, Zach Dennis",
"description": "Sass without all the hassle.",
"keywords": [ "Sass", "Compass", "CSS", "Preprocessor", "GUI", "SassC", "Mixins", "Cross-Platform" ],
"maintainers": [{
"name": "The Jared Wilcurt",
"email": "[email protected]",
"web": "https://github.com/TheJaredWilcurt"
},{
"name": "Zach Dennis",
"email": "[email protected]",
"web": "https://github.com/zdennis"
}],
"repository": [{
"type": "git",
"url": "git://github.com/scout-app/scout-app.git"
}],
"bugs": "https://github.com/scout-app/scout-app/issues",
"main": "scout-files/index.html",
"window": {
"title": "Scout-App: The Sass GUI",
"icon": "scout-files/_img/logo_32.png",
"toolbar": false,
"resizable": true,
"visible": true,
"transparent": false,
"width": 784,
"height": 611,
"min_width": 650,
"min_height": 300,
"max_width": 8000,
"max_height": 8000,
"position": "center",
"always-on-top": false,
"show_in_taskbar": true,
"fullscreen": false,
"frame": true,
"as_desktop": false
},
"nodejs": true,
"single-instance": true,
"node-main": "scout-files/_scripts/node.js",
"webkit": {
"page-cache": false,
"java": false,
"plugin": true
},
"dependencies": {
"node-sass": "^3.x.x",
"chokidar": "^1.x.x",
"fs-extra": "^0.30.x"
},
"devDependencies": {
"nw": "^0.12.3",
"bower": "~1.x.x"
},
"scripts": {
"start": "nw .",
"postinstall": "bower update",
"build": "node build.js"
},
"license": "MIT",
"licenses": [{
"type": "MIT",
"url": "https://github.com/scout-app/scout-app/blob/master/LICENSE"
}]
}