-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
47 lines (47 loc) · 1.03 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": "jquery",
"description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)",
"version": "2.0.0",
"url": "http://jquery.com",
"homepage": "https://github.com/coolaj86/node-jquery",
"author": {
"name": "James Morrin",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/node-jquery.git"
},
"bugs": {
"url": "https://github.com/coolaj86/node-jquery/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/coolaj86/node-jquery/blob/master/LICENSE-MIT"
}
],
"main": "lib/node-jquery",
"engines": {
"node": ">=0.6"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"jsdom": "~0.5.7",
"xmlhttprequest": "~1.5.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"nodeunit": "~0.7.4",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-watch": "~0.3.1"
},
"keywords": [
"util",
"dom",
"jquery"
]
}