package.json revision 16feaab5fbad30aecf489c34b3777a6b76025803
{
"name": "openam-ui-api",
"version": "14.0.0",
"private": true,
"scripts": {
"build:production": "grunt build:prod",
"start": "grunt"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "1.2.0",
"grunt-contrib-copy": "1.0.0"
},
"dependencies": {
"swagger-ui": "2.1.4",
"swagger-ui-themes": "^2.0.1"
}
}