1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 10:26:38 +02:00

Updated package.json

This commit is contained in:
Max Guglielmi 2015-07-05 21:18:44 +10:00
parent 0bc179514c
commit 65aae0aec6
3 changed files with 24 additions and 3 deletions

View file

@ -16,7 +16,6 @@
"es3": true,
"esnext": true,
"unused": true,
"maxlen" : 80,
"globals": {
"Object": true,

View file

@ -1,6 +1,30 @@
{
"name": "TableFilter",
"version": "0.0.0",
"description": "Filter HTML tables data easily",
"main": "tablefilter.js",
"license": "MIT",
"author": {
"name": "Max Guglielmi",
"url": "https://github.com/koalyptus"
},
"repository": {
"type": "git",
"url": "https://github.com/koalyptus/TableFilter.git"
},
"keywords": [
"filter",
"table",
"javascript",
"filterable",
"grid",
"datagrid"
],
"files": [
"README.md",
"LICENSE.md",
"src/*"
],
"devDependencies": {
"babel-core": "^5.1.13",
"babel-loader": "^5.0.0",

View file

@ -25,8 +25,6 @@ module.exports = {
}
},
module: {
// exprContextRegExp: /$^/,
// exprContextCritical: true,
loaders: [
{
test: path.join(__dirname, 'src'),