forked from Gizra/generator-hedley
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 848 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
{
"name": "generator-hedley",
"version": "0.1.7",
"description": "Headless Drupal, Angular app, and Behat framework.",
"license": "MIT",
"main": "app/index.js",
"repository": "Gizra/generator-hedley",
"author": {
"name": "Gizra",
"email": "[email protected]",
"url": "https://github.com/Gizra"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"Drupal",
"RESTful",
"Behat"
],
"dependencies": {
"chalk": "^0.5.0",
"change-case": "^2.1.6",
"fs-extra": "^0.13.0",
"glob": "^4.3.2",
"process": "^0.10.0",
"replace": "^0.3.0",
"yeoman-generator": "^0.18.0",
"yosay": "^0.3.0"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}