-
Notifications
You must be signed in to change notification settings - Fork 214
/
package.json
70 lines (70 loc) · 1.79 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
{
"name": "Mongotron",
"version": "1.0.0-alpha.5",
"description": "mongotron",
"main": "src/browser/main.js",
"engine": "node 5.3.0",
"dependencies": {
"async": "1.5.0",
"bluebird": "3.0.6",
"bson": "https://github.com/officert/js-bson/tarball/master",
"csv": "0.4.6",
"electron-gh-releases": "2.0.2",
"electron-packager": "5.2.1",
"escodegen": "1.8.0",
"esprima": "2.7.1",
"github": "0.2.4",
"gulp": "3.9.1",
"jsonfile": "2.2.3",
"mongodb": "2.1.2",
"node-uuid": "1.4.7",
"path-extra": "3.0.0",
"semver": "5.1.0",
"tunnel-ssh": "3.0.0-alpha",
"underscore": "1.8.3",
"winston": "git+https://github.com/dustinblackman/winston.git"
},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"bower": "1.7.1",
"coveralls": "2.11.6",
"electron-packager": "5.2.1",
"electron-prebuilt": "0.36.7",
"fontcustom": "0.0.3",
"gulp": "3.9.1",
"gulp-babel": "6.1.1",
"gulp-jsdoc3": "0.1.0",
"gulp-jshint": "2.0.0",
"gulp-less": "3.0.5",
"gulp-symlink": "2.1.3",
"gulp-task-list": "0.0.1",
"istanbul": "0.4.2",
"jasmine-core": "2.4.1",
"jshint": "2.8.0",
"jshint-stylish": "2.1.0",
"karma": "0.13.19 ",
"karma-electron-launcher": "0.1.0",
"karma-jasmine": "0.3.6",
"karma-sinon": "1.0.4",
"karma-spec-reporter": "0.0.23",
"mocha": "2.4.5",
"run-sequence": "1.1.5",
"should": "8.0.1",
"sinon": "1.17.2",
"sinon-as-promised": "4.0.0",
"supertest": "1.1.0"
},
"scripts": {
"postinstall": "./node_modules/.bin/bower install && gulp dev-sym-links",
"start": "gulp run"
},
"repository": {
"type": "git",
"url": "https://github.com/mongotron"
},
"keywords": [
"mongo"
],
"author": "Tim Officer",
"license": "MIT"
}