forked from Subash/Prepros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (64 loc) · 2.08 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": "Prepros",
"main": "app/app.html",
"single-instance": false,
"window": {
"title": "Prepros",
"icon": "app/assets/img/icons/128.png",
"toolbar": false,
"frame": false,
"position": "center",
"resizable": false,
"width": 902,
"height": 552,
"show": false
},
"prepros": {
"__JSON_NOTE": "All paths are relative to this json file",
"version" : "1.3.0",
"node_modules": {
"coffeescript": "1.6.2",
"express": "3.1.2",
"fs-extra": "0.6.0",
"jade": "0.30.0",
"less": "1.3.3",
"marked": "0.2.8",
"MD5": "1.0.3",
"nib": "0.9.1",
"node-walker": "0.1.0",
"stylus": "0.32.1",
"uglify-js": "2.2.5",
"websocket": "1.0.8"
},
"ruby": {
"path": "ruby\\bin\\ruby.exe",
"version": "2.0.0",
"gems": {
"sass": {
"path": "ruby\\lib\\ruby\\gems\\2.0.0\\gems\\sass-3.2.9\\bin\\sass",
"version": "3.2.9"
},
"compass": {
"path": "ruby\\lib\\ruby\\gems\\2.0.0\\gems\\compass-0.12.2\\bin\\compass",
"version": "0.12.2"
},
"bourbon": {
"path": "ruby\\lib\\ruby\\gems\\2.0.0\\gems\\bourbon-3.1.6\\app\\assets\\stylesheets",
"version": "3.1.6"
},
"haml": {
"path": "ruby\\lib\\ruby\\gems\\2.0.0\\gems\\haml-4.0.2\\bin\\haml",
"version": "4.0.2"
},
"kramdown" : {
"path": "ruby\\lib\\ruby\\gems\\2.0.0\\gems\\kramdown-1.0.2\\bin\\kramdown",
"version": "1.0.2"
},
"susy" : {
"path": "ruby\\lib\\ruby\\gems\\2.0.0\\gems\\susy-1.0.8\\sass",
"version": "1.0.8"
}
}
}
}
}