package.json revision de6fea79a8359148585c6055910bf93f774bdf7c
{
"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.6.5",
"babel-plugin-transform-es2015-arrow-functions": "6.5.2",
"babel-plugin-transform-es2015-block-scoping": "6.6.5",
"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": "0.4.5",
"grunt-babel": "6.0.0",
"grunt-cli": "0.1.13",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "1.2.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "17.3.2",
"grunt-karma": "0.12.1",
"grunt-newer": "1.1.2",
"grunt-sync": "0.5.2",
"grunt-text-replace": "0.4.0",
"jsdoc": "3.4.0",
"karma": "0.13.21",
"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.5",
"less-plugin-clean-css": "1.5.1",
"lodash": "3.10.1",
"mocha": "2.4.5",
"phantomjs-prebuilt": "2.1.5",
"requirejs": "2.1.22",
"rimraf": "2.5.2",
"sinon": "1.17.3",
"sinon-chai": "2.8.0"
}
}