forked from cesarferreira/generator-android-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 967 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 967 Bytes
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
{
"name": "generator-android-library",
"version": "0.2.4",
"description": "Boilerplate code for creating an android library",
"homepage": "https://github.com/cesarferreira/generator-android-library",
"author": {
"name": "cesarferreira",
"email": "cesar.manuel.ferreira@gmail.com",
"url": "http://cesarferreira.com"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator"
],
"dependencies": {
"yeoman-generator": "^0.22.2",
"chalk": "^1.1.1",
"yosay": "^1.1.0"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-eslint": "^1.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-nsp": "^2.1.0",
"mocha": "*"
},
"repository": "cesarferreira/generator-android-library",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "MIT"
}