-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
42 lines (42 loc) · 920 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
40
41
42
{
"name": "generator-buildabanner",
"version": "2.1.1",
"description": "Yeoman generator to help build a variety of HTML banners: Standard, Adwords, DoubleClick Studio or Sizmek.",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/johnfmorton/generator-buildabanner"
},
"author": {
"name": "John F Morton",
"email": "[email protected]",
"url": "https://github.com/johnfmorton"
},
"scripts": {
"test": "mocha"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"standard banner",
"clickTag",
"adwords",
"doubleclick",
"sizmek",
"advertising",
"gsap",
"createjs",
"gulp",
"banner"
],
"dependencies": {
"@sindresorhus/slugify": "^1.1.0",
"chalk": "^4.1.0",
"download": "^8.0.0",
"yeoman-generator": "^5.8.0",
"yosay": "^2.0.2"
}
}