forked from gaelazzo/jsDataQuery
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 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
46
{
"name": "jsDataQuery",
"version": "1.0.1",
"description": "Query functions convertable into sql expressions",
"main": "src/jsDataQuery.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"lodash": ">=4.17.5"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-yuidoc": "1.0.0",
"grunt-jasmine-node": "git+https://github.com/gaelazzo/grunt-jasmine-node.git",
"grunt-karma": "^2.0.0",
"jasmine-collection-matchers": "*",
"jasmine-core": "2.2.0",
"jasmine-node": "2.0.0-beta4",
"karma": "^1.7.1",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gaelazzo/jsDataQuery"
},
"keywords": [
"query",
"expression",
"javascript",
"sql",
"compiler"
],
"author": "Gaetano Lazzo",
"license": "ISC",
"bugs": {
"url": "https://github.com/gaelazzo/jsDataQuery/issues"
},
"homepage": "https://github.com/gaelazzo/jsDataQuery#readme"
}