package.json revision 879cba016ddf2c904847f96af5176f387f58477f
{
"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",
"build:production": "NODE_ENV=production grunt prod",
"test": "grunt karma:dev"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "1.10.3",
"eslint-config-forgerock": "1.1.0",
"eslint-formatter-warning-summary": "1.0.1",
"grunt": "0.4.5",
"grunt-babel": "6.0.0",
"grunt-cli": "0.1.13",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-less": "1.1.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "17.3.1",
"grunt-karma": "0.12.1",
"grunt-newer": "1.1.1",
"grunt-sync": "0.4.1",
"grunt-text-replace": "0.4.0",
"jsdoc": "3.4.0",
"karma": "0.13.19",
"karma-babel-preprocessor": "6.0.1",
"karma-mocha": "0.2.1",
"karma-mocha-reporter": "1.1.5",
"karma-notify-reporter": "0.1.1",
"karma-phantomjs-launcher": "0.2.3",
"karma-requirejs": "0.2.4",
"less-plugin-clean-css": "1.5.1",
"lodash": "3.10.1",
"mocha": "2.4.5",
"phantomjs": "1.9.19",
"requirejs": "2.1.22",
"rimraf": "2.5.1",
"sinon": "1.17.3",
"sinon-chai": "2.8.0"
}
}