-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "springcrm",
"version": "2.1.9",
"description": "An open-source customer relationship management (CRM) software.",
"keywords": [
"SpringCRM",
"CRM",
"Groovy",
"Grails"
],
"homepage": "https://www.springcrm.de",
"bugs": {
"url": "https://github.com/dellermann/springcrm/issues"
},
"license": "GPL-3.0+",
"author": {
"name": "Daniel Ellermann",
"email": "[email protected]"
},
"contributors": [
{
"name": "Philip Drozd",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dellermann/springcrm"
},
"devDependencies": {
"glob": "~7.1.1",
"grunt": "1.0.1",
"grunt-codo": "~0.3.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-coffee": "~1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-handlebars": "~0.11.0",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-watch": "~1.0.0",
"load-grunt-config": "~0.19.2",
"load-grunt-tasks": "~3.5.2"
},
"private": true
}