forked from flyntwp/generator-flynt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 863 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
{
"name": "@flyntwp/generator-flynt",
"version": "0.2.1",
"description": "A Yeoman generator for Flynt",
"homepage": "https://github.com/flyntwp/generator-flynt",
"bugs": "https://github.com/flyntwp/generator-flynt/issues",
"author": "bleech",
"license": "MIT",
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/flyntwp/generator-flynt.git"
},
"keywords": [
"yeoman-generator"
],
"files": [
"generators"
],
"scripts": {
"release": "standard-version",
"releaseGithub": "conventional-github-releaser -p angular"
},
"dependencies": {
"lodash": "^4.17.4",
"yeoman-generator": "^1.1.1",
"yosay": "^2.0.0"
},
"devDependencies": {
"conventional-github-releaser": "^1.1.11",
"standard-version": "^4.0.0"
},
"engines": {
"node": ">=6"
}
}