forked from Laverna/laverna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.84 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
{
"name": "laverna",
"version": "0.7.51",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Laverna/laverna"
},
"scripts": {
"start": "node ./server.js",
"electron": "NODE_ENV=dev electron .",
"karma": "./node_modules/.bin/karma start",
"test:karma": "./node_modules/.bin/karma start --single-run"
},
"main": "electron.js",
"dependencies": {
"chokidar": "^1.6.0",
"electron-context-menu": "^0.6.0",
"electron-window-state": "^3.0.3",
"finalhandler": "^0.5.0",
"glob": "^7.0.5",
"graceful-fs": "^4.1.5",
"minimist": "^1.2.0",
"open": "0.0.5",
"serve-static": "^1.11.1"
},
"devDependencies": {
"browser-sync": "^2.14.0",
"chai": "^3.5.0",
"cordova-lib": "^6.3.0",
"del": "^2.2.1",
"dev-ip": "^1.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-electron": "0.1.3",
"gulp-htmlmin": "^2.0.0",
"gulp-jshint": "^2.0.1",
"gulp-jsonlint": "^1.1.2",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-manifest": "^0.1.1",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-mocha-selenium": "^1.0.0",
"gulp-nightwatch": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-requirejs-optimize": "^1.2.0",
"gulp-sequence": "^0.4.5",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^1.1.2",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-requirejs": "^1.0.0",
"merge-stream": "^1.0.0",
"nightwatch": "^0.9.6"
},
"engines": {
"node": ">=0.8.0"
},
"optionalDependencies": {},
"resolutions": {
"underscore": "~1.7.0"
}
}