-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 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
{
"name": "generator-brunch-symfony",
"version": "1.3.0",
"description": "Scaffolds a standard Symfony2 application with Yeoman.\n\rA generator-joli-symfony fork/clone without grunt and gulp, only brunch. Add post-css & browserSync, Foundation-sites & KNACSS frameworks.",
"license": "MIT",
"main": "app/index.js",
"repository": "imanu/generator-brunch-symfony",
"author": {
"name": "Barachant Emmanuel",
"email": "",
"url": "https://github.com/imanu"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"brunch",
"symfony",
"bootstrap sass",
"foundation",
"knacss"
],
"dependencies": {
"chalk": "^0.5.0",
"fs-extra": "^0.26.4",
"js-yaml": "^3.2.3",
"rimraf": "^2.4.2",
"yeoman-generator": "^0.18.0",
"yosay": "^0.3.0"
}
}