-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 819 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 819 Bytes
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
{
"name": "generator-drupalmodule",
"version": "0.1.2",
"description": "Yeoman generator for drupal modules",
"keywords": [
"yeoman-generator"
],
"homepage": "https://github.com/davidgenetic/generator-drupalmodule",
"bugs": "https://github.com/davidgenetic/generator-drupalmodule/issues",
"author": {
"name": "David De Coninck",
"email": "david@genetic.be",
"url": "https://github.com/davidgenetic"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/davidgenetic/generator-drupalmodule.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.10.2"
},
"devDependencies": {
"mocha": "~1.9.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}