forked from hiddentao/squel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.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
{
"name": "squel",
"description": "SQL query string builder",
"version": "5.3.1",
"author": "Ramesh Nair <[email protected]> (http://www.hiddentao.com/)",
"contributors": [
"Ramesh Nair <[email protected]> (http://www.hiddentao.com/)",
"Sergej Brjuchanov <[email protected]>"
],
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"chai": "1.5.x",
"coffee-script": "^1.10.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-mocha": "^2.2.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"gulp-umd": "^0.2.0",
"load-grunt-tasks": "~0.1.0",
"mocha": "1.9.x",
"run-sequence": "^1.1.5",
"sinon": "1.6.x",
"time-grunt": "~0.1.1",
"uglify-js": "1.3.x",
"underscore": "1.4.x",
"yargs": "^4.7.1"
},
"keywords": [
"sql",
"database",
"rdbms"
],
"main": "dist/squel.js",
"scripts": {
"test": "gulp",
"build": "gulp",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/hiddentao/squel.git"
},
"engines": {
"node": ">= 0.12.0"
}
}