package.json revision 1be69c3d0cb53b15d4522be4236ea785d3535e06
{
"name": "openam-ui-ria",
"version": "14.0.0",
"private": true,
"scripts": {
"predocs": "rimraf docs",
"docs": "jsdoc -P package.json -d docs -r src/main/js",
"start": "grunt",
"build:production": "cross-env NODE_ENV=production grunt prod",
"test": "grunt karma:dev"
},
"devDependencies": {
"babel-plugin-check-es2015-constants": "6.7.2",
"babel-plugin-transform-es2015-arrow-functions": "6.5.2",
"babel-plugin-transform-es2015-block-scoping": "6.7.1",
"babel-plugin-transform-es2015-template-literals": "6.6.5",
"babel-plugin-transform-es2015-shorthand-properties": "6.5.0",
"chai": "3.5.0",
"cross-env": "1.0.7",
"eslint": "1.10.3",
"eslint-config-forgerock": "1.1.1",
"eslint-formatter-warning-summary": "1.0.1",
"grunt": "1.0.1",
"grunt-babel": "6.0.0",
"grunt-cli": "1.2.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "1.2.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "17.3.2",
"grunt-karma": "0.12.2",
"grunt-newer": "1.1.2",
"grunt-sync": "0.5.2",
"grunt-text-replace": "0.4.0",
"jsdoc": "3.4.0",
"karma": "0.13.22",
"karma-babel-preprocessor": "6.0.1",
"karma-mocha": "0.2.2",
"karma-mocha-reporter": "2.0.0",
"karma-notify-reporter": "0.1.1",
"karma-phantomjs-launcher": "1.0.0",
"karma-requirejs": "0.2.6",
"less-plugin-clean-css": "1.5.1",
"lodash": "3.10.1",
"mocha": "2.4.5",
"phantomjs-prebuilt": "2.1.7",
"requirejs": "2.2.0",
"rimraf": "2.5.2",
"sinon": "1.17.3",
"sinon-chai": "2.8.0"
}
}