package.json revision 9076b9ac5cd934a94e9f48d3e6a2984f2ad292d6
{
"name": "openam-ui",
"private": true,
"scripts": {
"predocs": "rimraf docs",
"docs": "jsdoc -P package.json -d docs -r openam-ui-ria/src/main/js"
},
"devDependencies": {
"eslint": "^1.0.0",
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-qunit": "^0.5.2",
"grunt-notify": "^0.4.1",
"grunt-sync": "^0.2.4",
"grunt-text-replace": "^0.4.0",
"jsdoc": "^3.3.2",
"rimraf": "^2.4.2"
}
}