-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 850 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
{
"name": "pattern-controller-generator",
"version": "0.1.0",
"description": "Generate pattern controller from twigdoc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkoeppen/pattern-controller-generator.git"
},
"keywords": [
"patternlab",
"pattern",
"controller",
"php",
"java",
"twigdoc"
],
"author": "Markus Köppen",
"license": "MIT",
"bugs": {
"url": "https://github.com/mkoeppen/pattern-controller-generator/issues"
},
"homepage": "https://github.com/mkoeppen/pattern-controller-generator#readme",
"dependencies": {
"convert-twigdoc-to-json": "0.0.1",
"through2": "^2.0.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-phpcbf": "^0.1.2"
}
}