We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d0e4b commit d4383c6Copy full SHA for d4383c6
package.json
@@ -1,6 +1,19 @@
1
{
2
"name": "jquery-localize",
3
- "version": "0.0.0-ignored",
+ "description": "A jQuery plugin that makes it easy to i18n your static web site.",
4
+ "version": "0.1.0",
5
+ "homepage": "https://github.com/coderifous/jquery-localize",
6
+ "license": "MIT",
7
+ "main": "dist/jquery.localize.js",
8
+ "author": {
9
+ "name": "coderifous",
10
+ "email": "[email protected]"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/coderifous/jquery-localize.git"
15
16
+ "bugs": "https://github.com/coderifous/jquery-localize/issues",
17
"engines": {
18
"node": ">= 0.8.0"
19
},
0 commit comments