forked from johnpapa/generator-hottowel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 828 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-hottowel",
"version": "0.3.7",
"description": "Yeoman generator for HotTowel Angular",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "johnpapa/generator-hottowel"
},
"author": {
"name": "John Papa",
"email": "",
"url": "https://github.com/johnpapa"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator"
],
"dependencies": {
"chalk": "^0.5.1",
"yargs": "^3.16.1",
"yeoman-generator": "^0.17.7",
"yosay": "^0.3.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-load-plugins": "^0.10.0",
"gulp-task-listing": "^1.0.1",
"gulp-util": "^3.0.6",
"yargs": "^3.16.1"
}
}