forked from hiddentao/squel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
{
"name": "squel",
"description": "SQL query string builder",
"version": "3.4.2",
"author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
"contributors": [
"Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
"nl_0 <nl.imbecile@gmail.com>"
],
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.6.3",
"docco": "0.6.x",
"uglify-js": "1.3.x",
"chai": "1.5.x",
"mocha": "1.9.x",
"sinon": "1.6.x",
"underscore": "1.4.x",
"grunt-contrib-coffee": "~0.7.0",
"time-grunt": "~0.1.1",
"grunt-contrib-clean": "~0.5.0",
"load-grunt-tasks": "~0.1.0",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-mocha-test": "~0.6.3",
"grunt-shell": "~0.4.0",
"grunt-text-replace": "~0.3.11"
},
"keywords": [
"sql",
"database",
"rdbms"
],
"main": "squel",
"scripts": {
"build": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/hiddentao/squel.git"
},
"engines": {
"node": ">= 0.6.0"
}
}