-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.04 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
{
"name": "generator-devis",
"version": "1.3.8",
"description": "Scaffold out a devis project",
"homepage": "",
"author": {
"name": "ismailrei",
"email": "ismailrei@gmail.com",
"url": "https://github.com/Devisjs/generator-devis"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yo",
"devis",
"microservice",
"micro",
"microservices framework",
"framework",
"yeoman",
"yeoman-generator"
],
"repository": {
"type": "git",
"url": "https://github.com/Devisjs/generator-devis.git"
},
"dependencies": {
"yeoman-generator": "^2.0.5",
"chalk": "^1.0.0",
"yosay": "^1.0.0",
"snyk": "^1.88.2"
},
"devDependencies": {
"yeoman-assert": "^2.0.0",
"eslint": "^3.1.1",
"eslint-config-xo-space": "^0.14.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"license": "MIT",
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}