forked from oberon-manjaro/whatsie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 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
71
72
73
74
75
{
"name": "whatsie",
"dependencies": {
"asar": "0.12.3",
"async": "2.0.1",
"babel-plugin-default-import-checker": "1.0.8",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-0": "6.5.0",
"beeper": "1.1.0",
"coffee-script": "1.10.0",
"colors": "1.1.2",
"cross-spawn": "4.0.0",
"del": "2.2.2",
"electron-windows-installer": "1.4.4",
"fs-extra-promise": "0.4.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-electron-downloader": "0.1.6",
"gulp-filter": "4.0.0",
"gulp-github-release": "1.2.0",
"gulp-header": "1.8.8",
"gulp-if": "2.0.1",
"gulp-less": "3.1.0",
"gulp-mustache": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.6.0",
"gulp-zip": "3.2.0",
"moment": "2.14.1",
"rcedit": "0.7.0",
"request": "2.74.0",
"require-dir": "0.3.0"
},
"devDependencies": {
"babel-eslint": "6.1.2",
"coffeelint": "1.15.7",
"eslint": "3.4.0",
"eslint-config-standard": "5.3.5",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-standard": "2.0.0",
"lesshint": "2.1.0"
},
"optionalDependencies": {
"appdmg": "0.4.5"
},
"scripts": {
"test": "npm run lint",
"lint": "npm run lint-js && npm run lint-coffee && npm run lint-less",
"lint-js": "eslint src/scripts",
"lint-coffee": "coffeelint tasks/",
"lint-less": "lesshint src/styles/"
},
"license": "MIT",
"author": "Alexandru Rosianu <[email protected]>",
"homepage": "https://whatsie.chat/",
"repository": {
"type": "git",
"url": "https://github.com/Aluxian/Whatsie.git",
"aur": "ssh+git://[email protected]/whatsie.git"
},
"icon": {
"url": "https://raw.githubusercontent.com/Aluxian/Whatsie/master/resources/win/app.ico"
},
"bintray": {
"subject": "aluxian",
"artifactsRepoName": "artifacts",
"aurRepoName": "aur",
"gpgpub": "6DDA23616E3FE905FFDA152AE61DA9241537994D"
},
"bugs": {
"url": "https://github.com/Aluxian/Whatsie/issues"
}
}