-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 796 Bytes
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
{
"name": "campaignMonitorPopup",
"version": "1.0.0",
"description": "Campaign Monitor Modal Signup",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tricky3/campaignmonitorPopUp.git"
},
"keywords": [
"campaign monitor",
"shopify"
],
"author": "jayvin",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tricky3/campaignmonitorPopUp/issues"
},
"homepage": "https://github.com/Tricky3/campaignmonitorPopUp#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-imageoptim": "^1.0.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.3"
}
}