forked from jquery-archive/plugins.jquery.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 651 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 651 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
{
"name": "plugins.jquery.com",
"version": "1.2.1",
"author": "jQuery Project",
"description": "The official jQuery plugins site",
"homepage": "https://github.com/jquery/plugins.jquery.com",
"repository": {
"type": "git",
"url": "git://github.com/jquery/plugins.jquery.com.git"
},
"dependencies": {
"mkdirp": "0.3.4",
"semver": "1.1.2",
"sqlite3": "2.1.5",
"step": "0.0.5",
"rimraf": "2.1.1",
"wordpress": "0.1.3",
"grunt": "0.3.17",
"grunt-wordpress": "1.0.7",
"grunt-check-modules": "0.1.0",
"grunt-jquery-content": "0.9.0",
"grunt-clean": "0.3.0",
"simple-log": "1.0.1"
}
}