-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 746 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 746 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
32
33
{
"name": "jquery-drive",
"description": "A jQuery plugin to construct the DOM using basic jQuery selectors.",
"version": "1.3.0",
"homepage": "https://github.com/lfortin/drive-jquery-plugin#readme",
"repository": {
"type": "git",
"url": "git://github.com/lfortin/drive-jquery-plugin.git"
},
"author": {
"name": "Laurent Fortin",
"email": "laurent.fortin@gmail.com",
"url": "http://lfortin.github.com"
},
"main": "./dist/jquery.drive.js",
"directories": {
"lib": "dist"
},
"engines": {
"node": "*"
},
"dependencies": {
"jquery": "1.3.1 - 1.8.3"
},
"keywords": [
"DOM",
"builder",
"jquery"
],
"license": "MIT",
"devDependencies": {},
"optionalDependencies": {}
}