forked from koala-framework/koala-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
102 lines (102 loc) · 3.76 KB
/
composer.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "koala-framework/koala-framework",
"description": "Framework and CMS based on Zend Framework and ExtJS",
"homepage": "http://www.koala-framework.org/",
"license": "BSD-2-Clause",
"require": {
"koala-framework/zendframework1": "1.12.13.*",
"koala-framework/extjs2": "2.3.0.*",
"koala-framework/library-silkicons": "1.3",
"koala-framework/library-htmlawed": "1.1.14",
"koala-framework/library-css3pie": "1.0.0",
"koala-framework/composer-extra-assets": "~2.0",
"koala-framework/kwf-trl-jsparser": "1.0.x-dev",
"twig/twig": "^1.16.1",
"koala-framework/sourcemaps": "~0.4",
"koala-framework/file-watcher": "*",
"symfony/console": "~2.5",
"symfony/process": "~2.5",
"sepia/po-parser": "^4.2.1",
"jbroadway/urlify": "^1.0.5"
},
"extra": {
"require-bower": {
"jquery": "~1.11 <3.0.0",
"compass-mixins": "0.12.10",
"tinymce": "tinymce/tinymce#4.1.9",
"matches-selector": "^1.0.3",
"html5shiv": "^3.7.3",
"es5-shim": "^4.5.1",
"js-cookie": "^2.1.1"
},
"require-npm": {
"uglify-js": "~2.4.13",
"node-sass": "~3.7.0",
"amdlc": "~0.1.5",
"browser-pack": "~5.0.1",
"module-deps": "~3.8.0",
"JSONStream": "~1.0.4",
"modernizr": "^3.0.0",
"postcss": "~5.0.13",
"es6-promise": "~3.0.2",
"css-selectors-count": "~1.0.1",
"postcss-chunk": "git://github.com/koala-framework/postcss-chunk.git#1b5a343cd4017d5608ece9f5f7a702f4db821171",
"autoprefixer": "~6.1.0",
"postcss-prefixer-keyframes": "git://github.com/koala-framework/postcss-prefixer-keyframes",
"postcss-prefixer-font-face": "git://github.com/koala-framework/postcss-prefixer-font-face",
"postcss-media-queries-drop-redundant": "git://github.com/koala-framework/postcss-media-queries-drop-redundant",
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-plugin-transform-runtime": "^6.12.0",
"insert-module-globals": "^7.0.1",
"underscore": "^1.8.3"
},
"expose-npm-packages": true,
"require-dev-bower": {
"qunit": "^1.18.0",
"qunit-phantomjs-runner": "vivid-planet/qunit-phantomjs-runner#e96347ee33b773160cf061d7b1b5c4ad3d1d9082"
},
"kwf": {
"exclude-production": [
"symfony/console",
"symfony/process",
"koala-framework/file-watcher",
"koala-framework/sourcemaps",
"koala-framework/composer-extra-assets",
"koala-framework/kwf-trl-jsparser",
"sepia/po-parser",
"nodejs/nodejs"
]
},
"kwf-lingohub": {
"account": "vivid-planet",
"project": "koala-framework"
}
},
"suggest": {
"phpoffice/phpexcel": "Allows exporting as XLS in AutoGrid",
"tecnick.com/tcpdf": "Allows generating pdfs from components",
"amazonwebservices/aws-sdk-for-php": "Integration with Amazon Web Services",
"reprovinci/solr-php-client": "Integration with Solr"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit-selenium": "*",
"amazonwebservices/aws-sdk-for-php": "1.5.14"
},
"autoload": {
"psr-0": {
"Kwf_": "",
"Kwc_": "",
"KwfBundle": ""
}
},
"autoload-dev": {
"psr-0": {
"Kwf_": "tests",
"Kwc_": "tests"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}