Add grunt to jquery.uls
This library is supposed to be hosted outside WMF gerrit. So adding a build, test system. * Add js lint and css lint * minifier for css and js * css lint does not pass now. Change-Id: Iaadfad786f5de4b2ab95e24d3ea4f1d21952af75
This commit is contained in:
committed by
Amir E. Aharoni
parent
62a8d4f8fd
commit
8134f523dc
53
lib/jquery.uls/package.json
Normal file
53
lib/jquery.uls/package.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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": {},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.3.9",
|
||||
"grunt-compare-size": ">=0.1.4",
|
||||
"grunt-css": ">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.6.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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user