This repository was archived by the owner on Aug 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.22 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.22 KB
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
{
"name": "generator-batangularjs",
"version": "1.2.7",
"description": "Scaffold a AngularJs Application with ES2015 features and give to you a development kit",
"homepage": "https://github.com/mateusKoppe/generator-batangularjs",
"author": {
"name": "Mateus Koppe",
"email": "mateus.koppe@gmail.com",
"url": "https://github.com/mateusKoppe"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator",
"angularjs",
"development",
"scaffold",
"yeoman",
"framework",
"component",
"gulp",
"yeoman-generator"
],
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"jest": "^23.4.1",
"nsp": "^3.2.1",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.8.0"
},
"repository": "mateusKoppe/generator-batangularjs",
"license": "MIT",
"dependencies": {
"yeoman-generator": "^3.0.0",
"yosay": "^2.0.0"
},
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/__tests__/**/*.spec.js"
]
},
"scripts": {
"prepublish": "nsp check",
"pretest": "eslint . --fix",
"test": "jest"
}
}