We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a902dab commit 66ac8d5Copy full SHA for 66ac8d5
1 file changed
package.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "api.jquery.com",
3
+ "title": "jQuery API Docs",
4
+ "description": "API reference documentation for the jQuery JavaScript Library.",
5
+ "version": "1.7.2",
6
+ "homepage": "https://github.com/jquery/api.jquery.com",
7
+ "author": {
8
+ "name": "jQuery Foundation"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git://github.com/jquery/api.jquery.com.git"
13
14
+ "bugs": {
15
+ "url": "https://github.com/jquery/api.jquery.com/issues"
16
17
+ "licenses": [
18
+ {
19
+ "type": "MIT",
20
+ "url": "http://www.opensource.org/licenses/MIT"
21
+ }
22
+ ],
23
+ "dependencies": {},
24
+ "devDependencies": {
25
+ "grunt": "0.3.9"
26
27
+ "keywords": []
28
+}
0 commit comments