-
-
Notifications
You must be signed in to change notification settings - Fork 230
/
package.json
43 lines (43 loc) · 861 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
43
{
"name": "generator-hottowel",
"version": "0.6.1",
"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": "~1.1.3",
"lodash": "~4.7.0",
"underscore.string": "~3.0.3",
"yargs": "~4.3.2",
"yeoman-generator": "~0.22.5",
"yosay": "~1.1.0"
},
"devDependencies": {
"gulp": "~3.9.1",
"gulp-bump": "~2.1.0",
"gulp-load-plugins": "~1.2.0",
"gulp-task-listing": "~1.0.1",
"gulp-util": "~3.0.7"
}
}