forked from hbi99/defiant.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 933 Bytes
/
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
{
"name": "defiant",
"version": "1.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"
},
"keywords": [
"json",
"xpath",
"xslt",
"search"
],
"license": {
"type": "MIT",
"url": "http://mit-license.org/"
},
"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": "./lib/defiant",
"dependencies": {
"x10": "git://github.com:hbi99/x10.js.git"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-jasmine": "~0.6.3",
"mocha": "0.3.x"
}
}