-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.54 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": "uk.co.vedaconsulting.mosaico",
"version": "2.0.0",
"description": "This extension integrates Mosaico a responsive email template editor, with CiviCRM. - Initial Blog Post - https://civicrm.org/blogs/parvez/a-new-beginning-for-civimail - Beta Blog Post - https://civicrm.org/blog/deepaksrivastava/email-template-builder-civimosaico-is-now-beta - Initial Video - https://vimeo.com/156633077",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/compucorp/uk.co.vedaconsulting.mosaico.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/compucorp/uk.co.vedaconsulting.mosaico/issues"
},
"homepage": "https://github.com/compucorp/uk.co.vedaconsulting.mosaico#readme",
"devDependencies": {
"civicrm-scssroot": "git://github.com/totten/civicrm-scssroot.git#v0.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.5.0",
"gulp-clean": "^0.4.0",
"gulp-file": "^0.4.0",
"gulp-notify": "^3.2.0",
"postcss": "^5.2.16",
"postcss-discard-duplicates": "^2.1.0",
"postcss-prefix-selector": "^1.6.0",
"ansi-colors": "^2.0.2",
"backstopjs": "^3.3.1",
"clean": "^4.0.2",
"fs": "0.0.1-security",
"lodash": "^4.17.10",
"path": "^0.12.7",
"plugin-error": "^1.0.1",
"yargs": "^4.8.1"
}
}