-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "go-aop-documentation",
"version": "1.0.0",
"description": "Documentation for Go! Aspect-Oriented Framework and related projects",
"repository": {
"type": "git",
"url": "git+https://github.com/goaop/documentation.git"
},
"keywords": [
"Go! AOP documentation",
"PHP AOP documentation",
"Aspect Oriented Programing"
],
"author": "Alexander Lisachenko, [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/goaop/documentation/issues"
},
"homepage": "https://github.com/goaop/documentation",
"dependencies": {
"@symfony/webpack-encore": "^0.13.0",
"ajv": "^5.2.2",
"bourbon": "^4.3.4",
"bourbon-neat": "^1.9.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"modernizr-webpack-plugin": "^1.0.6",
"node-sass": "^4.5.3",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.4",
"wyrm": "^1.0.9"
}
}