Skip to content

Commit ce6c1a1

Browse files
committed
Add package.json for publishing to npm
Closes #581
1 parent bef820d commit ce6c1a1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "jquery-pjax",
3+
"version": "1.9.6",
4+
"main": "jquery.pjax.js",
5+
"repository": "defunkt/jquery-pjax",
6+
"licenses": [
7+
{
8+
"type": "MIT",
9+
"url": "https://github.com/defunkt/jquery-pjax/blob/master/LICENSE"
10+
}
11+
],
12+
"files" : [
13+
"LICENSE",
14+
"jquery.pjax.js"
15+
]
16+
}

0 commit comments

Comments
 (0)