community-app/package.json
2013-12-03 12:20:20 +05:30

19 lines
441 B
JSON

{
"name": "mifosx-community-app",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-requirejs": "~0.3.1"
},
"engines": {
"node": ">=0.8.0"
}
}