-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 880 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 880 Bytes
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
{
"author": {
"email": "laubstein@gmail.com",
"name": "Thiago Laubstein",
"web": "http://github.com/laubstein"
},
"dependencies": {},
"description": "Javascript XML manipulation inspired on jQuery.",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-template-jasmine-istanbul": "~0.2.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-clean": "~0.4.0"
},
"engines": {
"node": "~0.8.0"
},
"homepage": "http://laubstein.github.io/xmlQuery",
"name": "xmlQuery",
"repository": {
"type": "git",
"url": "git://github.com/laubstein/xmlQuery.git"
},
"scripts": {
"test": "grunt jasmine:uncompressed"
},
"subdomain": "xmlQuery",
"version": "1.0.0beta"
}