forked from PentiaLabs/generator-helix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.06 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
{
"name": "generator-helix",
"version": "1.3.1",
"description": "yeoman generator for Helix style Sitecore projects",
"main": "index.js",
"scripts": {
"test": "mocha && eslint ."
},
"keywords": [
"yeoman-generator",
"sitecore",
"helix",
"generator",
"yeoman"
],
"repository": {
"type": "git",
"url": "https://github.com/PentiaLabs/generator-helix"
},
"maintainers": [
"Pentia <dev@pentia.dk> (http://www.pentia.dk)"
],
"bugs": {
"url": "https://github.com/PentiaLabs/generator-helix"
},
"homepage": "https://github.com/PentiaLabs/generator-helix#readme",
"author": "Emil Klein <eok@pentia.dk>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"mkdirp": "0.5.1",
"mocha": "^3.2.0",
"uuid": "3.0.1",
"yeoman-generator": "^1.1.1",
"yosay": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.17.1",
"mocha": "*",
"object-assign": "^4.1.0",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.4.0"
},
"files": [
"generators",
"modules",
"powershell"
]
}