Skip to content

Commit b8d8f82

Browse files
committed
Merge pull request components#3 from RobLoach/composer
Add Composer support
2 parents 4f101d6 + d6068d1 commit b8d8f82

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "components/jquery",
3+
"description": "jQuery JavaScript Library",
4+
"type": "component",
5+
"homepage": "http://jquery.com",
6+
"license": "MIT",
7+
"support": {
8+
"irc": "irc://irc.freenode.org/jquery",
9+
"issues": "http://bugs.jquery.com",
10+
"forum": "http://forum.jquery.com",
11+
"wiki": "http://docs.jquery.com/",
12+
"source": "https://github.com/jquery/jquery"
13+
},
14+
"authors": [
15+
{
16+
"name": "John Resig",
17+
"email": "jeresig@gmail.com"
18+
}
19+
],
20+
"extra": {
21+
"js": "jquery.js"
22+
}
23+
}

0 commit comments

Comments
 (0)