groupster-engine
Version:
Randomly group objects using do-group and don't-group rules.
62 lines (61 loc) • 1.56 kB
JSON
{
"name": "groupster-engine",
"version": "1.0.0",
"description": "Randomly group objects using do-group and don't-group rules.",
"main": "dist/index.js",
"scripts": {
"build": "babel -d dist --ignore src/**/*.spec.js src",
"lint": "eslint .",
"test": "jest",
"test:watch": "cross-env CI=true jest --watch",
"pretest:coverage": "rimraf coverage",
"test:coverage": "jest --coverage --no-cache"
},
"dependencies": {
"joi-browser": "^13.4.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-plugin-add-module-exports": "^1.0.0",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"cross-env": "^5.2.0",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"jest": "^23.6.0",
"rimraf": "^2.6.3",
"seedrandom": "^2.4.4"
},
"files": [
"src/**/!(*.spec).js",
"dist"
],
"eslintIgnore": [
"node_modules",
"dist"
],
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/cv-groupster/groupster-engine.git"
},
"author": "Casey Van Groll",
"keywords": [
"group",
"set",
"rule",
"teacher",
"student"
],
"license": "ISC",
"homepage": "https://gitlab.com/cv-groupster/groupster-engine#README",
"bugs": {
"url": "https://gitlab.com/cv-groupster/groupster-engine/issues"
}
}