mirror of
https://github.com/samsonjs/blog.git
synced 2026-03-25 09:05:51 +00:00
15 lines
449 B
JSON
15 lines
449 B
JSON
{
|
|
"name": "jquery"
|
|
, "description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)"
|
|
, "url": "http://jquery.com"
|
|
, "keywords": ["util", "dom", "jquery"]
|
|
, "author": "John Resig <jeresig@gmail.com>"
|
|
, "contributors": []
|
|
, "dependencies": {
|
|
"jsdom": ">=0.2.0"
|
|
, "htmlparser": ">= 1.7.3"
|
|
}
|
|
, "lib" : "."
|
|
, "main" : "./node-jquery.js"
|
|
, "version" : "1.6.3"
|
|
}
|