This repository is mainly about client-side javascript, the version of Node.js used for the build scripts doesn't really matter. One of the dependencies in package.json uses the '^x.x' syntax in its sub-dependencies and isn't supporteed on Node.js 0.8, which is why the Travis CI build is currently erroring on the install step.
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"name": "jquery.uls",
|
|
"version": "0.1.0",
|
|
"description": "Universal Language Selector",
|
|
"homepage": "https://github.com/wikimedia/jquery.uls",
|
|
"keywords": [
|
|
"internationalization",
|
|
"localization",
|
|
"uls",
|
|
"jquery",
|
|
"l10n"
|
|
],
|
|
"author": {
|
|
"name": "Santhosh Thottingal",
|
|
"email": "santhosh.thottingal@gmail.com"
|
|
},
|
|
"contributors": [
|
|
"Alolita Sharma",
|
|
"Amir Aharoni",
|
|
"Arun Ganesh",
|
|
"Brandon Harris",
|
|
"Niklas Laxström",
|
|
"Pau Giner",
|
|
"Santhosh Thottingal",
|
|
"Siebrand Mazeland"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~1.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-cli": "~0.1",
|
|
"grunt-contrib-jshint": "~0.5.4",
|
|
"grunt-contrib-qunit": "~0.2.1",
|
|
"grunt-contrib-jasmine": "~0.4",
|
|
"grunt-contrib-copy": ">0.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/wikimedia/jquery.uls.git"
|
|
},
|
|
"bugs": {
|
|
"url" : "http://github.com/wikimedia/jquery.uls/issues"
|
|
},
|
|
"engine": {
|
|
"node": ">=0.10.x"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "GPL",
|
|
"url": "https://github.com/wikimedia/jquery.uls/blob/master/GPL-LICENSE"
|
|
},
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/wikimedia/jquery.uls/blob/master/MIT-LICENSE"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "grunt test --verbose"
|
|
}
|
|
}
|