forked from perlun/notime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.03 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": "notime",
"description": "A time reporting app.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"dependencies": {
"aurelia-animator-css": "^1.0.0",
"aurelia-bootstrapper": "^1.0.0",
"aurelia-fetch-client": "^1.0.0",
"aurelia-i18n": "^1.1.2",
"aurelia-validation": "^0.13.1",
"electron": "^1.4.3",
"font-awesome": "^4.7.0",
"i18next-xhr-backend": "^1.2.0",
"npm-font-open-sans": "^1.0.2",
"requirejs": "~2.3.2"
},
"peerDependencies": {},
"devDependencies": {
"@types/electron": "^1.4.24",
"@types/i18next": "^2.3.32",
"@types/i18next-xhr-backend": "^1.2.2",
"@types/jasmine": "^2.5.38",
"aurelia-cli": "^0.21.0",
"aurelia-testing": "^1.0.0-beta.2.0.0",
"aurelia-tools": "^0.2.2",
"browser-sync": "^2.13.0",
"connect-history-api-fallback": "^1.2.0",
"electron": "^1.4.3",
"electron-reload": "^1.0.2",
"event-stream": "^3.3.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-aurelia-template-lint": "^0.9.1",
"gulp-changed-in-place": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-tslint": "^6.1.3",
"gulp-typescript": "^3.1.2",
"jasmine-core": "^2.4.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-typescript-preprocessor": "^0.3.0",
"minimatch": "^3.0.2",
"require-dir": "^0.3.1",
"spectron": "^3.4.0",
"text": "github:requirejs/text",
"through2": "^2.0.1",
"tslint": "~4.0.2",
"typescript": "^2.1.4",
"typings": "^1.3.0",
"uglify-js": "^2.6.3",
"vinyl-fs": "^2.4.3"
},
"scripts": {
"start": "electron .",
"build": "au build"
}
}