This repository has been archived by the owner on Feb 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.69 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
{
"name": "writerlighter",
"version": "0.0.0",
"description": "小説を書くためのテキストエディタ",
"main": "main.js",
"scripts": {
"start": "gulp run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WriterLighter/WriterLighter.git"
},
"keywords": [
"小説",
"テキストエディタ"
],
"author": "ygkn",
"license": "MIT",
"bugs": {
"url": "https://github.com/WriterLighter/WriterLighter/issues"
},
"homepage": "https://github.com/WriterLighter/WriterLighter#readme",
"devDependencies": {
"del": "^2.2.2",
"electron": "^1.6.2",
"electron-connect": "^0.6.1",
"electron-packager": "^8.6.0",
"extend": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^5.0.0",
"gulp-gzip": "^1.4.0",
"gulp-if": "^2.0.2",
"gulp-install": "^0.6.0",
"gulp-less": "^3.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plist": "^0.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-tar": "^1.9.0",
"gulp-uglify": "^2.1.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"gulp-zip": "^4.0.0",
"mkdirp": "^0.5.1",
"run-sequence": "^1.2.2"
},
"dependencies": {
"accord": "^0.26.4",
"cheerio-httpcli": "^0.6.11",
"coffee-script": "^1.12.4",
"eventemitter2": "^3.0.2",
"fs-extra": "^2.1.2",
"glob": "^7.1.1",
"html5sortable": "^0.4.4",
"jquery": "^3.2.0",
"js-yaml": "^3.8.2",
"mkdirp": "^0.5.1",
"sass.js": "^0.10.3"
}
}