-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.71 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.71 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
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
{
"name": "plotify",
"version": "0.2.0-SNAPSHOT",
"description": "Plotify ist eine Software für Schriftsteller/innen, die dir dabei hilft, die Charaktere deiner Geschichte zu planen und zu organisieren. Behalte stets den Überblick und erschaffe eine fantastische Geschichte!",
"homepage": "https://github.com/plotify/plotify",
"productName": "Plotify",
"productDescription": "Plotify ist eine Software für Schriftsteller/innen, die dir dabei hilft, die Charaktere deiner Geschichte zu planen und zu organisieren. Behalte stets den Überblick und erschaffe eine fantastische Geschichte!",
"main": "main.js",
"scripts": {
"rebuild": "electron-rebuild -f -w sqlite3",
"start": "gulp",
"test": "gulp test",
"distribution:linux": "gulp distribution:linux",
"distribution:windows": "gulp distribution:windows",
"distribution:macos": "gulp distribution:macos"
},
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:plotify/plotify.git"
},
"author": "Sebastian Schmidt <[email protected]>",
"contributors": [
{
"name": "Sebastian Schmidt",
"email": "[email protected]"
},
{
"name": "Jasper Meyer",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"dependencies": {
"classnames": "2.2.5",
"electron": "1.6.11",
"electron-is-dev": "0.1.2",
"electron-squirrel-startup": "1.0.0",
"firstline": "1.2.1",
"fs-extra": "3.0.1",
"mz": "2.6.0",
"prop-types": "15.5.10",
"react": "15.6.1",
"react-addons-css-transition-group": "15.6.0",
"react-dom": "15.6.1",
"react-redux": "5.0.5",
"react-required-if": "1.0.1",
"react-tap-event-plugin": "2.0.1",
"redux": "3.7.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"redux-title": "0.0.3",
"reselect": "3.0.1",
"sqlite3": "3.1.8"
},
"devDependencies": {
"babel-plugin-transform-builtin-extend": "1.1.2",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-latest": "6.24.1",
"chai": "4.0.2",
"chai-as-promised": "7.0.0",
"check-dependencies": "1.0.1",
"electron-packager": "8.7.1",
"electron-rebuild": "1.5.11",
"electron-winstaller": "2.6.2",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-clean": "0.3.2",
"gulp-mocha": "4.3.1",
"gulp-run-electron": "3.0.1",
"gulp-shell": "0.6.3",
"gulp-watch": "4.3.11",
"license-checker": "11.0.0",
"mocha": "3.4.2",
"run-sequence": "1.2.2",
"sinon": "2.3.4",
"sinon-chai": "2.11.0",
"tmp": "0.0.31"
},
"optionalDependencies": {
"electron-installer-debian": "0.5.2"
}
}