-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.68 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "generator-android-clean-architecture-boilerplate",
"version": "1.0.0",
"description": "An Android clean architecture boilerplate to save us having to create the same project over from scratch every time! :)",
"homepage": "https://github.com/arundhatigupta/android-clean-architecture-boilerplate",
"author": {
"name": "Arundhati Gupta",
"url": "https://github.com/arundhatigupta/"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"Android",
"Boilerplate",
"Kotlin",
"Clean Architecture",
"yeoman-generator"
],
"dependencies": {
"chalk": "^3.0.0",
"generator-git-init": "^1.1.3",
"glob": "^7.1.6",
"mkdirp": "^0.5.1",
"yeoman-generator": "^4.2.0",
"yosay": "^2.0.2"
},
"devDependencies": {
"async": "^3.1.0",
"eslint": "^6.7.2",
"eslint-config-xo-space": "^0.22.0",
"filter-files": "^0.4.0",
"find-in-files": "^0.5.0",
"fs-finder": "^1.8.1",
"gulp": "^4.0.2",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^6.0.0",
"gulp-exclude-gitignore": "^1.2.0",
"gulp-istanbul": "^1.1.3",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-mocha": "^7.0.2",
"gulp-nsp": "^3.0.1",
"gulp-plumber": "^1.2.1",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"nodegit": "^0.26.3",
"path": "^0.12.7",
"renamer": "^1.1.4",
"replace": "^1.1.1",
"rimraf": "^3.0.0",
"string-search": "^1.2.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.0.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"scripts": {},
"repository": "arundhatigupta/generator-android-clean-architecture-boilerplate"
}