Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / permissions_by_term / js / package.json
1 {
2   "name": "pbt",
3   "version": "1.0.0",
4   "description": "JavaScript code has been tested with [Jasmine](https://jasmine.github.io/). Install the dependencies by [Yarn](https://yarnpkg.com/lang/en/). Just run `yarn`. To run the tests, switch to the `js` folder and run `yarn test`.",
5   "main": "node-form.js",
6   "dependencies": {
7     "babel-cli": "^6.26.0",
8     "babel-loader": "^7.1.4",
9     "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
10     "lodash": "^4.17.10",
11     "qunit": "^2.6.1",
12     "sinon": "^5.0.10",
13     "webpack": "^4.12.0",
14     "webpack-cli": "^3.0"
15   },
16   "scripts": {
17     "test": "npx qunit webpack-dist/bundle-test.js",
18     "babel-build-for-test": "babel src/**/*.js test/*.js -d babel-compiled-test",
19     "cleanup-babel-test": "rm -rf babel-compiled-test/",
20     "build-and-test": "mv src/drupal-behavior-function /tmp && npm run-script webpack-test && mv /tmp/drupal-behavior-function src/ && npm run-script test",
21     "build": "webpack --config webpack.production.js --mode production",
22     "webpack-test": "npx webpack --entry ./src/**/*.js ./test/*.js --output ./webpack-dist/bundle-test.js --mode development",
23     "bat": "npm run-script build-and-test"
24   },
25   "author": "",
26   "license": "ISC"
27 }