forked from johnfmorton/generator-buildabanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 805 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
{
"name": "generator-buildabanner",
"version": "0.1.3",
"description": "Yeoman generator to get an HTML DoubleClick banner started using Gulp",
"license": "MIT",
"main": "app/index.js",
"repository": "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",
"doubleclick",
"advertising",
"gulp",
"banner"
],
"dependencies": {
"camelcase": "^1.2.1",
"chalk": "^1.0.0",
"download": "^4.2.0",
"yeoman-generator": "^0.19.0",
"yosay": "^1.0.2"
},
"devDependencies": {
"mocha": "*"
}
}