-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "JsonQuery",
"version": "0.0.2",
"description": "Query your JSON data like database",
"homepage": "https://github.com:jiren/JsonQuery",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jiren/JsonQuery/blob/master/LICENSE"
}
],
"keywords": [
"filter",
"json",
"query"
],
"author": {
"name": "Jiren Patel",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jiren/JsonQuery.git"
},
"bugs": {
"url": "https://github.com/jiren/JsonQuery/issues"
},
"devDependencies": {
"connect": ">= 3.3.3",
"serve-static": ">= 1.7.1",
"browser-sync": ">= 1.7.2",
"del": ">= 0.1.3",
"gulp": "3.8.10",
"gulp-uglify": ">= 1.0.1",
"gulp-newer": ">= 0.4.0",
"gulp-sourcemaps": ">= 1.2.8",
"gulp-changed": ">= 1.0.0",
"gulp-concat": ">= 2.4.2",
"gulp-download": ">= 0.0.1",
"gulp-header": ">= 1.2.1",
"gulp-rename": ">= 1.2.0",
"gulp-injector": ">= 0.0.1",
"gulp-util": "*",
"run-sequence": ">= 1.0.2",
"map-stream": "*"
}
}