Skip to content

Commit 66ac8d5

Browse files
committed
Added package.json
1 parent a902dab commit 66ac8d5

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)