This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
93 lines (93 loc) · 2.29 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "Raven",
"main": "www/index.html",
"description": "A minimalist editor for writers.",
"version": "0.3.0",
"releases": {
"channel": "beta",
"url": "https://api.github.com/repos/robotlolita/raven/releases"
},
"keywords": [
"text editor",
"minimalist",
"writing"
],
"maintainers": [
{
"name": "Quildreen Motta",
"email": "[email protected]",
"web": "http://robotlolita.me"
}
],
"bugs": "https://github.com/robotlolita/raven/issues",
"licences": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/robotlolita/raven/master/LICENCE"
},
{
"type": "Apachev2",
"url": "https://raw.githubusercontent.com/robotlolita/raven/master/zenpen/licence.md"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/robotlolita/raven.git"
}
],
"window": {
"title": "Raven",
"toolbar": false,
"frame": false,
"width": 800,
"height": 700,
"min_width": 480,
"min_height": 300,
"resizable": true,
"position": "center",
"icon": "resources/icon.png"
},
"devDependencies": {
"jsk-grid": "~1.0.0",
"entypo-stylus": "~0.1.0",
"sweet-fantasies": "git://github.com/robotlolita/sweet-fantasies#patch-compatibility",
"lambda-chop": "~0.1.5",
"es6-macros": "0.0.7",
"adt-simple": "~0.1.3",
"macros.operators": "~0.5.1",
"stylus": "~0.49.2",
"nib": "~1.0.4",
"sweet.js": "0.7.1",
"jsx-reader": "~0.1.1",
"sparkler": "~0.3.4"
},
"dependencies": {
"react": "~0.12.0",
"data.maybe": "~1.1.0",
"data.future": "~2.3.0",
"core.lambda": "~1.0.0",
"control.async": "~0.5.1",
"control.monads": "~0.6.0",
"jquery-browserify": "~1.8.1",
"react-tools": "~0.12.0",
"xtend": "~4.0.0",
"shoutout": "~1.1.0",
"io.filesystem": "0.0.3",
"core.arity": "~1.0.0",
"data.array": "~0.1.3",
"moment": "~2.8.3",
"node-uuid": "~1.4.1",
"medium-editor": "git://github.com/robotlolita/medium-editor#raven-0.3.0",
"html-entities": "~1.1.1",
"to-slug": "0.0.0",
"marked": "~0.3.3",
"encoding": "~0.1.11",
"semver": "~4.1.0",
"net.http-client": "~0.2.4",
"temp": "~0.8.1",
"request": "~2.48.0",
"adt-simple": "~0.1.3",
"mv": "~2.0.3"
}
}