48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "jQuery",
|
|
"description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)",
|
|
"version": "1.7.4",
|
|
"url": "http://jquery.com",
|
|
"homepage": "https://github.com/coolaj86/node-jquery",
|
|
"author": {
|
|
"name": "James Morrin",
|
|
"email": "treasonx@gmail.com"
|
|
},
|
|
"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.2.14",
|
|
"htmlparser": "1.7.6",
|
|
"xmlhttprequest": "~1.4.2",
|
|
"location": "0.0.1",
|
|
"navigator": "~1.0.1"
|
|
},
|
|
"__devDependencies": {
|
|
"grunt": "~0.3.8",
|
|
"nodeunit": "~0.7.4"
|
|
},
|
|
"keywords": [
|
|
"util",
|
|
"dom",
|
|
"jquery"
|
|
]
|
|
}
|