-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.33 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
{
"name": "generator-android-mvp-basedev",
"version": "1.0.3",
"description": "Android base development with mvp and android-architecture from google (https://github.com/googlesamples/android-architecture).",
"homepage": "https://github.com/abdymm/generator-android-mvp-basedev",
"author": {
"name": "abdymalikmulky",
"email": "[email protected]",
"url": "https://github.com/abdymm"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"android",
"basedev",
"mvp",
"repository",
"google",
"android-architecture",
"yeoman-generator",
"offline-first",
"job-queue"
],
"devDependencies": {
"yeoman-test": "^1.6.0",
"yeoman-assert": "^3.0.0",
"coveralls": "^2.13.1",
"nsp": "^2.6.3",
"eslint": "^4.1.0",
"eslint-config-xo-space": "^0.16.0",
"jest": "^19.0.2",
"jest-cli": "^20.0.0"
},
"dependencies": {
"yeoman-generator": "1.1.1",
"chalk": "2.1.0",
"yosay": "2.0.1"
},
"jest": {
"testEnvironment": "node"
},
"scripts": {
"prepublish": "nsp check",
"pretest": "eslint . --fix",
"test": "jest"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"jest": true,
"node": true
}
},
"repository": "abdymm/generator-android-mvp-basedev",
"license": "Apache-2.0"
}