This repository has been archived by the owner on May 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
89 lines (89 loc) · 2.16 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
{
"name": "RequelPro",
"version": "0.1.0",
"description": "Database Management Tool for RethinkDB.",
"repository": {
"type": "git",
"url": "[email protected]:jmdobry/RequelPro.git"
},
"author": {
"name": "Jason Dobry",
"url": "http://jmdobry.github.io/RequelPro",
"email": "[email protected]"
},
"keywords": [
"RethinkDB",
"ReQL",
"Database",
"Management",
"Query",
"Inspector",
"Model"
],
"main": "./index.html",
"window": {
"title": "Requel Pro",
"icon": "img/requelpro.png",
"show": true,
"position": "center",
"resizeable": true,
"width": 900,
"height": 600,
"min_width": 900,
"min_height": 600,
"no-edit-menu": true,
"toolbar": true
},
"private": true,
"single-instance": true,
"no-edit-menu": true,
"homepage": "http://jmdobry.github.io/RequelPro",
"scripts": {
"build": "node node_modules/grunt-cli/bin/grunt dist"
},
"devDependencies": {
"babel-core": "5.0.2",
"babel-loader": "5.0.0",
"css-loader": "0.9.1",
"file-loader": "0.8.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-uglify": "0.8.1",
"grunt-node-webkit-builder": "1.0.2",
"grunt-shell": "1.1.2",
"grunt-webpack": "1.0.8",
"jit-grunt": "0.9.1",
"jshint": "2.6.3",
"jshint-loader": "0.8.3",
"loader-utils": "0.2.6",
"ngtemplate-loader": "1.3.0",
"raw-loader": "0.5.1",
"sass-loader": "0.4.2",
"source-map": "0.4.2",
"style-loader": "0.9.0",
"time-grunt": "1.1.0",
"url-loader": "0.5.5",
"webpack": "1.7.3",
"webpack-dev-server": "1.8.0"
},
"dependencies": {
"analytics": "0.0.1",
"classnames": "1.2.0",
"font-awesome": "4.3.0",
"font-awesome-webpack": "0.0.3",
"jquery": "2.1.3",
"js-data": "1.6.2",
"lodash": "3.6.0",
"mout": "0.11.0",
"nedb": "1.1.2",
"nwglobal": "0.0.2",
"react": "0.13.1",
"react-router": "0.13.2",
"rethinkdb": "^1.16.2",
"sweetalert": "0.5.0",
"zurb-foundation": "git://github.com/zurb/foundation.git#v5.5.1"
}
}