-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.11 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
{
"name": "generator-dcrtit",
"version": "1.0.1",
"description": "Generator for DECART it-production",
"homepage": "",
"author": {
"name": "Lennoximus",
"email": "[email protected]",
"url": ""
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"",
"yeoman-generator"
],
"devDependencies": {
"eslint-config-xo-space": "^0.16.0",
"jest": "^19.0.2",
"jest-cli": "^20.0.0",
"nsp": "^2.6.3",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.6.0"
},
"dependencies": {
"chalk": "^1.1.3",
"fs-extra": "^3.0.1",
"get-image-colors": "^1.8.1",
"mem-fs": "latest",
"mkdirp-promise": "^5.0.1",
"utils": "^0.3.1",
"yeoman-generator": "^1.0.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": "https://github.com/dcrt/generator-dcrtit",
"license": "Apache-2.0"
}