-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 1.42 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
63
64
65
{
"name": "generator-grunt-symfony",
"version": "0.10.1",
"description": "Yeoman generator to scaffold Symfony PHP apps with full featured frontend tooling incl. browsersync",
"license": "MIT",
"main": "app/index.js",
"repository": "bezoerb/generator-grunt-symfony",
"author": {
"name": "Ben Zörb",
"email": "",
"url": "https://github.com/bezoerb"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"symfony",
"php",
"grunt",
"browsersync",
"jspm",
"requirejs",
"sass",
"less",
"stylus"
],
"dependencies": {
"chalk": "1.1.3",
"fs-extra": "0.30.0",
"html-wiring": "1.2.0",
"inquirer": "^1.0.2",
"js-yaml": "^3.6.0",
"lodash": "^4.12.0",
"string-length": "1.0.1",
"update-notifier": "1.0.1",
"yeoman-generator": "^0.22.5",
"yo": "1.8.4",
"yosay": "1.1.1"
},
"devDependencies": {
"chai": "3.5.0",
"debug": "2.2.0",
"es6-promise": "4.0.2",
"glob": "7.0.3",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-exec": "0.4.7",
"grunt-simple-mocha": "0.4.1",
"indent-string": "2.1.0",
"jshint-stylish": "2.2.0",
"load-grunt-tasks": "3.5.0",
"mocha": "2.5.3",
"shelljs": "0.7.0",
"yeoman-assert": "2.2.1",
"yeoman-test": "1.4.0"
}
}