jquery-rowtool
Version:
jQuery plugin for dynamically adding rows to a table based on a qty input.
56 lines (55 loc) • 1.38 kB
JSON
{
"name": "jquery-rowtool",
"version": "0.0.1",
"description": "jQuery plugin for dynamically adding rows to a table based on a qty input.",
"keywords": [
"jquery-plugin",
"jquery",
"table",
"dynamic-rows",
"rows"
],
"repository": {
"type": "git",
"url": "https://github.com/vonex-labs/jquery-rowtool.git"
},
"bugs": {
"url": "https://github.com/vonex-labs/jquery-rowtool/issues"
},
"author": {
"name": "Vonex Telecom",
"url": "https://www.vonex.com.au"
},
"homepage": "http://vonex-labs.github.io/jquery-rowtool",
"contributors": [
{
"name": "Tim Groeneveld",
"email": "timg@vonex.com.au",
"url": "https://github.com/timgws"
}
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.7.0",
"grunt-karma": "^0.12.0",
"jscs": "^2.10.1",
"karma": "^0.13.21",
"karma-firefox-launcher": "^0.1.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-qunit": "^0.1.5",
"phantomjs": "^1.9.18",
"qunitjs": "^1.19.0"
},
"scripts": {
"jscs": "jscs src",
"test": "npm run jscs && grunt travis --verbose"
}
}