package.json revision 6ff269bd8fbb34a6ba1422f8ef579af819068e87
0N/A{
2362N/A "name": "openam-ui-ria",
0N/A "version": "14.0.0",
0N/A "private": true,
0N/A "scripts": {
0N/A "predocs": "rimraf docs",
0N/A "docs": "jsdoc -P package.json -d docs -r src/main/js",
0N/A "start": "grunt",
0N/A "build:production": "cross-env NODE_ENV=production grunt prod",
0N/A "test": "grunt karma:dev"
0N/A },
0N/A "devDependencies": {
0N/A "babel-eslint": "6.0.4",
0N/A "babel-preset-es2015": "6.6.0",
0N/A "chai": "3.5.0",
0N/A "cross-env": "1.0.7",
0N/A "eslint": "2.9.0",
0N/A "eslint-config-forgerock": "1.1.1",
2362N/A "eslint-formatter-warning-summary": "1.0.1",
2362N/A "grunt": "1.0.1",
2362N/A "grunt-babel": "6.0.0",
0N/A "grunt-cli": "1.2.0",
0N/A "grunt-contrib-copy": "1.0.0",
0N/A "grunt-contrib-less": "1.3.0",
0N/A "grunt-contrib-requirejs": "1.0.0",
0N/A "grunt-contrib-watch": "1.0.0",
0N/A "grunt-eslint": "18.1.0",
0N/A "grunt-karma": "1.0.0",
0N/A "grunt-newer": "1.2.0",
0N/A "grunt-sync": "0.5.2",
0N/A "grunt-text-replace": "0.4.0",
0N/A "jsdoc": "3.4.0",
0N/A "karma": "0.13.22",
0N/A "karma-babel-preprocessor": "6.0.1",
0N/A "karma-mocha": "1.0.1",
0N/A "karma-mocha-reporter": "2.0.2",
0N/A "karma-notify-reporter": "0.1.1",
0N/A "karma-phantomjs-launcher": "1.0.0",
0N/A "karma-requirejs": "1.0.0",
0N/A "less-plugin-clean-css": "1.5.1",
0N/A "lodash": "3.10.1",
0N/A "mocha": "2.4.5",
0N/A "phantomjs-prebuilt": "2.1.7",
0N/A "requirejs": "2.2.0",
0N/A "rimraf": "2.5.2",
0N/A "sinon": "1.17.4",
0N/A "sinon-chai": "2.8.0"
0N/A }
0N/A}
0N/A