-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
62 lines (62 loc) · 1.33 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
55
56
57
58
59
60
61
62
{
"name": "generator-marionette-drupal",
"version": "0.1.8-beta",
"description": "Yeoman generator",
"license": "BSD",
"main": "app/index.js",
"homepage": "https://github.com/enzolutions/generator-marionette-drupal",
"bugs": "https://github.com/enzolutions/generator-marionette-drupal/issues",
"repository": "enzolutions/generator-marionette-drupal",
"author": {
"name": "enzo - Eduardo Garcia",
"email": "[email protected]",
"url": "https://github.com/enzolutions"
},
"engines": {
"node": ">=0.10.32"
},
"scripts": {
"test": "mocha"
},
"files": [
"action",
"app",
"collection",
"form",
"helpers",
"model",
"region",
"settings",
"template",
"view"
],
"keywords": [
"yeoman-generator",
"yeoman",
"generator",
"marionette",
"backbone",
"framework",
"mvc"
],
"dependencies": {
"yeoman-generator": "~0.17.5",
"chalk": "~0.4.0",
"yosay": "^0.1.0",
"inquirer": "^0.8.0",
"underscore": "~1.7.0",
"underscore.string": "~2.3.1",
"generator-buster": "~0.0.1",
"sync-request": "~1.0.1"
},
"devDependencies": {
"mocha": "*",
"grunt": "~0.4.1",
"grunt-wiredep": "~1.8.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-watch": "~0.6.1"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}