-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.98 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
{
"name": "uk.co.compucorp.civicrm.prospect",
"version": "2.0.0",
"description": "CiviProspect provides the core structure for creating/ managing/ converting the fundraising opportunities of an organisation. It can also be used to manage any monetary opportunities such as sales opportunities and event sponsorships.",
"main": "index.js",
"engines": {
"node": ">=14.16.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd bin && ./install-php-linter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/compucorp/uk.co.compucorp.civicrm.prospect.git"
},
"author": "Compucorp <[email protected]>",
"license": "GNU Affero Public License 3.0",
"bugs": {
"url": "https://github.com/compucorp/uk.co.compucorp.civicrm.prospect/issues"
},
"homepage": "https://github.com/compucorp/uk.co.compucorp.civicrm.prospect#readme",
"devDependencies": {
"civicrm-cv": "^0.1.2",
"civicrm-scssroot": "totten/civicrm-scssroot#v0.1.1",
"eslint": "^6.5.1",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^15.11.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-css-comments": "^2.0.0",
"gulp-transform-selectors": "0.0.2",
"husky": "^3.0.9",
"jasmine-core": "^3.5.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^2.0.1",
"lint-staged": "^9.4.2",
"postcss-discard-duplicates": "^4.0.2",
"postcss-prefix-selector": "^1.7.2",
"stylelint": "^13.6.1",
"stylelint-config-sass-guidelines": "^6.1.0",
"yargs": "^14.2.0"
}
}