-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
108 lines (108 loc) · 3 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "redmineDesktop",
"version": "0.1.0",
"productName": "redmineDesktop",
"identifier": "com.ocreaper.redmine-desktop",
"description": "Native desktop Redmine client written in Angular.js with Electron",
"author": {
"name": "Ákos Resch",
"email": "[email protected]",
"url": "https://github.com/ocReaper"
},
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ocReaper/redmine-desktop"
},
"bugs": {
"url": "https://github.com/ocReaper/redmine-desktop/issues"
},
"scripts": {
"test": "gulp test",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w"
},
"main": "background.js",
"dependencies": {},
"devDependencies": {
"asar": "^0.7.2",
"fs-jetpack": "^0.7.0",
"electron-prebuilt": "^0.35.1",
"gulp-run-electron": "^1.2.2",
"q": "^1.4.1",
"browser-sync": "^2.2.3",
"chai": "^2.1.1",
"chai-as-promised": "^4.1.1",
"cz-conventional-changelog": "^1.1.5",
"del": "^2.0.0",
"eslint-config-angular": "^0.2.0",
"eslint-config-dustinspecker": "^0.1.0",
"eslint-path-formatter": "^0.1.1",
"eslint-plugin-angular": "^0.2.0",
"find-up": "^1.0.0",
"glob": "^5.0.1",
"gulp": "^3.8.7",
"gulp-angular-filesort": "^1.0.4",
"gulp-autoprefixer": "^2.0.0",
"gulp-babel": "^5.0.0",
"gulp-concat": "^2.3.4",
"gulp-css-rebase-urls": "0.0.5",
"gulp-cssmin": "^0.1.6",
"gulp-eslint": "^1.0.0",
"gulp-filter": "^3.0.0",
"gulp-htmlmin": "^1.0.0",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^2.0.0",
"gulp-inject": "^1.5.0",
"gulp-jscs": "^3.0.0",
"gulp-jshint": "^1.8.4",
"gulp-less": "^3.0.1",
"gulp-load-plugins": "^0.10.0",
"gulp-modify-css-urls": "^0.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-notify": "^2.1.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.0",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^5.1.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-tslint": "^3.1.2",
"gulp-uglify": "^1.0.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.3",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.4.2",
"karma-failed-reporter": "^0.0.3",
"karma-mocha": "^0.1.9",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.3",
"lodash": "^3.6.0",
"main-bower-files": "^2.0.0",
"mocha": "^2.2.0",
"multi-glob": "^0.4.0",
"phantomjs": "^1.9.18",
"plato": "^1.4.0",
"protractor": "^2.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"sinon": "^1.17.2",
"streamqueue": "^1.1.0",
"uglify-save-license": "^0.4.1",
"underscore.string": "^3.0.1",
"wiredep": "^2.2.0",
"yargs": "^3.4.5"
},
"optionalDependencies": {
"appdmg": "^0.3.2",
"rcedit": "^0.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"target": "development"
}
}