forked from ibericode/mailchimp-for-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 1015 Bytes
/
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
{
"name": "mailchimp-for-wp",
"title": "MailChimp for WordPress",
"repository": {
"type": "git",
"url": "https://github.com/ibericode/mailchimp-for-wordpress"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^12.0.1",
"globby": "^4.1.0",
"gulp": "^3.9.1",
"gulp-cssmin": "^0.1.7",
"gulp-derequire": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.7",
"gulp-wp-pot": "^2.0.4",
"gulp-wrap": "^0.11.0",
"merge-stream": "^1.0.0",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"codemirror": "^5.25.0",
"form-serialize": "^0.7.1",
"gator": "^1.2.4",
"html": "^1.0.0",
"mithril": "^1.1.1",
"populate.js": "^1.0.3",
"wolfy87-eventemitter": "^5.1.0"
}
}