mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
19 lines
441 B
JSON
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"
|
|
}
|
|
}
|