datatable/package.json
2017-09-19 23:28:19 +05:30

46 lines
1.1 KiB
JSON

{
"name": "regrid",
"version": "0.0.1",
"description": "A modern grid for the web",
"main": "lib/regrid.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.24.1",
"chai": "3.5.0",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"mocha": "3.3.0",
"webpack": "3.1.0",
"yargs": "7.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/netchampfaris/regrid.git"
},
"keywords": [
"webpack",
"es6",
"starter",
"library",
"universal",
"umd",
"commonjs"
],
"author": "Faris Ansari",
"license": "MIT",
"bugs": {
"url": "https://github.com/netchampfaris/regrid/issues"
},
"homepage": "https://github.com/netchampfaris/regrid"
}