{
  "name": "mathsteps-test",
  "version": "1.0.2",
  "description": "Step by step math solutions",
  "main": "./build/mathsteps.min.js",
  "dependencies": {
    "mathjs": "3.8.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "build"
  ],
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-preset-babili": "^0.1.4",
    "babel-preset-es2015": "^6.24.1",
    "babili-webpack-plugin": "^0.1.2",
    "clean-webpack-plugin": "^0.1.16",
    "compression-webpack-plugin": "^0.4.0",
    "eslint": "^3.10.2",
    "eslint-config-google": "^0.7.0",
    "eslint-plugin-sort-requires": "^2.1.0",
    "mocha": "2.4.5",
    "webpack": "^3.0.0"
  },
  "scripts": {
    "lint": "node_modules/.bin/eslint .",
    "test": "node_modules/.bin/mocha --recursive",
    "prebuild": "rm -rf ./build",
    "build": "NODE_ENV=production ./node_modules/.bin/webpack --config ./config/webpack.config.js --display-max-modules 0",
    "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit.sh .git/hooks/pre-commit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/socraticorg/mathsteps.git"
  },
  "keywords": [
    "math",
    "steps",
    "algebra",
    "cas",
    "computer",
    "algebra",
    "system"
  ],
  "author": "Evy Kassirer",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/socraticorg/mathsteps/issues"
  },
  "homepage": "https://github.com/socraticorg/mathsteps#readme"
}
