forked from ChurchCRM/CRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.47 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
59
60
61
62
63
64
65
66
67
{
"name": "ChurchCRM",
"version": "3.0.11",
"description": "Free Church CRM Software",
"repository": {
"type": "git",
"url": "https://github.com/ChurchCRM/CRM.git"
},
"keywords": [
"Church",
"CRM",
"LAMP",
"Free"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ChurchCRM/CRM/issues"
},
"homepage": "http://www.churchcrm.io",
"devDependencies": {
"grunt": "1.0.1",
"grunt-confirm": "^1.0.7",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-copy": "1.0.0",
"grunt-curl": "2.2.0",
"grunt-poeditor-ab": "0.1.9",
"node-sha1": "1.0.1"
},
"dependencies": {
"admin-lte": "2.3.7",
"bootbox": "4.4.0",
"bootstrap-notify": "3.1.3",
"bootstrap-show-password": "^1.1.1",
"bootstrap-toggle": "2.2.2",
"bootstrap-validator": "0.11.9",
"ckeditor": "4.7.3",
"font-awesome": "4.7.0",
"fullcalendar": "3.0.1",
"grunt-git": "^1.0.7",
"grunt-http": "^2.2.0",
"grunt-sass": "^3.0.1",
"i18next": "8.2.1",
"i18next-xhr-backend": "1.4.1",
"initial-js": "0.3.4",
"jquery-photo-uploader": "1.0.13",
"jquery-steps": "1.1.0",
"jquery-validation": "1.16.0",
"node-sass": "^4.9.3"
},
"scripts": {
"install": "grunt clean && grunt updateVersions && grunt curl-dir && grunt copy && grunt sass",
"postinstall": "grunt genLocaleJSFiles",
"locale-gen": "locale/update-locale.sh",
"locale-download": "grunt updateFromPOeditor && grunt genLocaleJSFiles",
"package": "grunt generateSignatures && grunt compress",
"demosite": "scripts/demosite.sh",
"changelog-gen": "scripts/gen-changelogs.sh",
"orm-gen": "php src/vendor/propel/propel/bin/propel.php --config-dir=propel model:build && cd src/ && composer dump-autoload",
"graph-viz": "php src/vendor/propel/propel/bin/propel.php --config-dir=propel graphviz:generate",
"datadictionary": "php src/vendor/propel/propel/bin/propel.php --config-dir=propel datadictionary:generate",
"composer-install": "cd src/ && composer install",
"composer-update": " cd src/ && composer update && composer dump-autoload && cd ../tests/ && composer update",
"tests-install": "scripts/tests-install.sh",
"test": "scripts/tests-run.sh"
}
}