forked from Laverna/laverna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.41 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
{
"name": "laverna",
"version": "0.7.2-RC",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Laverna/laverna"
},
"scripts": {
"start": "node ./server.js",
"electron": "NODE_ENV=dev electron ."
},
"main": "electron.js",
"dependencies": {
"electron-debug": "^0.5.1",
"electron-window-state": "^1.1.0",
"finalhandler": "^0.4.1",
"open": "0.0.5",
"serve-static": "^1.10.0"
},
"devDependencies": {
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-electron": "0.0.9",
"gulp-jshint": "^1.11.2",
"gulp-jsonlint": "^1.1.1",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.2.0",
"gulp-manifest": "^0.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-mocha-selenium": "^1.0.0",
"gulp-nightwatch": "^0.2.6",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-requirejs-optimize": "^0.3.0",
"gulp-sequence": "^0.4.4",
"gulp-shell": "^0.5.1",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.1.0",
"merge-stream": "^1.0.0",
"nightwatch": "^0.8.9"
},
"engines": {
"node": ">=0.8.0"
},
"optionalDependencies": {},
"resolutions": {
"underscore": "~1.7.0"
}
}