-
Notifications
You must be signed in to change notification settings - Fork 1k
/
package.json
58 lines (58 loc) · 1.94 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "mifosx-community-app",
"description": "This is the default web application built on top of the MifosX platform for the mifos user community. It is a Single-Page App (SPA) written in web standard technologies like JavaScript, CSS and HTML5. It leverages common popular frameworks/libraries such as AngularJS, Bootstrap and Font Awesome.",
"author": {
"name": "openMF",
"email": "[email protected]",
"url": "https://mifos.org"
},
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "1.3.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "3.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-nodeunit": "2.1.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-contrib-uglify": "5.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-devcode": "0.0.4",
"grunt-gh-pages": "4.0.0",
"grunt-hashres": "0.4.1",
"grunt-html-validation": "0.1.18",
"grunt-karma": "4.0.0",
"grunt-replace": "1.0.1",
"grunt-string-replace": "1.3.1",
"grunt-text-replace": "0.4.0",
"jshint-stylish": "2.2.1",
"karma": "0.13.22",
"karma-chrome-launcher": "3.1.0",
"karma-coffee-preprocessor": "1.0.1",
"karma-coverage": "2.0.3",
"karma-firefox-launcher": "1.3.0",
"karma-html2js-preprocessor": "1.1.0",
"karma-jasmine": "0.1.6",
"karma-junit-reporter": "2.0.1",
"karma-phantomjs2-launcher": "0.4.0",
"karma-requirejs": "1.1.0",
"karma-script-launcher": "1.0.0",
"load-grunt-tasks": "5.1.0",
"requirejs": "2.3.6"
},
"scripts": {
"test": "grunt test --verbose"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/openMF/community-app.git"
},
"homepage": "https://github.com/openMF/community-app"
}