-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 941 Bytes
/
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
{
"name": "generator-tcg",
"version": "2.8.8",
"description": "rename stuff!",
"license": "BSD-2-Clause",
"repository": "jeffreysbrother/generator-tcg",
"author": "James Cool",
"main": "app/index.js",
"engines": {
"node": ">=4",
"npm": ">=1.3"
},
"scripts": {
"test": "mocha --reporter spec --timeout 3000"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"The Control Group",
"TCG",
"front-end",
"automation",
"rename",
"utility",
"copy",
"file names",
"duplicate",
"split test",
"splittest",
"A/B",
"optimization",
"chalk",
"fs-extra",
"shelljs",
"simple-git",
"yo",
"yeoman",
"James Cool",
"jeffreysbrother"
],
"dependencies": {
"chalk": "^2.4.1",
"extfs": "0.0.7",
"fs-extra": "^7.0.0",
"shelljs": "^0.8.2",
"simple-git": "^1.105.0",
"yeoman-generator": "^3.1.1"
}
}