-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1019 Bytes
/
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
{
"name": "journal",
"version": "0.0.1",
"author": "Isaiah Odhner <isaiahodhner@gmail.com>",
"description": "A programmer's journal",
"keywords": [
"personal",
"journal",
"log",
"app",
"programmer",
"programmers",
"programmer's",
"projects",
"diary",
"writing"
],
"repository": {
"type": "git",
"url": "https://github.com/1j01/journal.git"
},
"bugs": {
"url": "https://github.com/1j01/journal/issues"
},
"scripts": {
"postinstall": "electron-rebuild",
"start": "electron main.js",
"test": "test.html"
},
"main": "index.html",
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"electron-prebuilt": "^1.2.7",
"electron-rebuild": "^1.1.5"
},
"dependencies": {
"draft-js": "^0.7.0",
"electron-editor-context-menu": "^1.1.1",
"electron-spell-check-provider": "^1.0.0",
"immutable": "^3.8.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-script": "^2.0.4"
}
}