forked from goodybag/mongo-sql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 815 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 815 Bytes
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
{
"name": "mongo-sql",
"version": "2.6.3",
"description": "A mongo-like interface for sql generation, postgres-style",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/goodybag/mongo-sql.git"
},
"keywords": [
"postgres",
"postgresql",
"node-pg",
"mongo",
"sql"
],
"author": "John Fawcett",
"license": "BSD",
"devDependencies": {
"browserify": "^5.9.1",
"gulp": "^3.8.7",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.4",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^0.5.2",
"gulp-mocha-phantomjs": "^0.3.0",
"mocha": "~1.12.0",
"run-sequence": "^0.3.6",
"vinyl-source-stream": "^0.1.1"
}
}