forked from csarrazi/CsaGuzzleBundle
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 888 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
{
"name": "guzzle-bundle",
"version": "0.0.1",
"description": "A Symfony2 bundle empowering GuzzleHttp",
"repository": {
"type": "git",
"url": "git://github.com/csarrazi/CsaGuzzleBundle.git"
},
"keywords": [
"GuzzleHttp",
"Symfony2",
"Bundle"
],
"author": "Charles Sarrazin <charles@sarraz.in>",
"license": "MIT",
"bugs": {
"url": "https://github.com/csarrazi/CsaGuzzleBundle/issues"
},
"homepage": "https://github.com/csarrazi/CsaGuzzleBundle",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.32.2"
},
"dependencies": {
"prismjs": "^1.27.0"
}
}