-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
51 lines (51 loc) · 1.1 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
51
{
"name": "defiant.js",
"version": "2.2.8",
"description": "Search JSON structures plus smart templating with XSLT and XPath.",
"author": {
"name": "Hakan Bilgin",
"email": "[email protected]",
"url": "https://github.com/hbi99"
},
"engines": {
"node": ">=7.10.1"
},
"scripts": {
"watch": "gulp watch",
"build": "gulp build"
},
"keywords": [
"search",
"javascript",
"query",
"json",
"xpath",
"xslt",
"browser",
"node"
],
"license": "GNU AGPLv3",
"repository": {
"type": "git",
"url": "https://github.com/hbi99/defiant.js.git"
},
"bugs": {
"url": "https://github.com/hbi99/defiant.js/issues"
},
"homepage": "http://www.defiantjs.com",
"main": "index.js",
"devDependencies": {
"colors": "^1.1.2",
"gulp": "^4.0.0",
"gulp-concat": "^2.5.0",
"gulp-file-include": "2.0.1",
"gulp-inject": "5.0.2",
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.11",
"gulp-size": "^0.4.1",
"gulp-uglifyes": "^0.1.3",
"gulp-util": "^2.2.20"
}
}