forked from ChurchCRM/CRM
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.85 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
{
"name": "ChurchCRM",
"version": "2.6.3",
"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-curl": "2.2.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-rename": "0.0.3",
"node-sha1": "1.0.1",
"grunt-poeditor-ab": "0.1.9"
},
"dependencies": {
"admin-lte": "2.3.7",
"bootbox": "4.4.0",
"ionicons": "2.0.1",
"font-awesome": "4.7.0",
"fullcalendar": "3.0.1",
"jquery-photo-uploader": "1.0.11",
"initial-js": "0.3.4"
},
"scripts": {
"install": "grunt clean && grunt updateVersions && grunt curl-dir && grunt copy && grunt sass",
"postinstall": "grunt concat && grunt rename",
"locale-gen": "locale/update-locale.sh",
"locale-download": "grunt updateFromPOeditor",
"package": "grunt generateSignatures && grunt compress",
"demosite": "scripts/demosite.sh",
"changelog-gen": "scripts/gen-changelogs.sh",
"orm-gen": "src/vendor/propel/propel/bin/propel --config-dir=propel model:build && cd src/ && composer dump-autoload",
"composer-install": "cd src/ && composer install",
"composer-update": " cd src/ && composer update",
"tests-install": "cd tests/ && composer install",
"test": "cd tests/behat/ && ../vendor/bin/behat"
}
}