-
Notifications
You must be signed in to change notification settings - Fork 142
/
package.json
33 lines (33 loc) · 891 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "jquery-localize",
"description": "A jQuery plugin that makes it easy to i18n your static web site.",
"version": "0.2.0",
"homepage": "https://github.com/coderifous/jquery-localize",
"license": "MIT",
"main": "dist/jquery.localize.js",
"author": {
"name": "coderifous",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/coderifous/jquery-localize.git"
},
"bugs": "https://github.com/coderifous/jquery-localize/issues",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"prepublish": "grunt",
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0"
}
}