forked from dry-rb/dry-rb.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 905 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": "dry-rb.org",
"description": "dry-rb website",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/dry-rb/dry-rb.github.io.git"
},
"author": "icelab",
"license": "MIT",
"bugs": {
"url": "https://github.com/dry-rb/dry-rb/issues"
},
"homepage": "https://github.com/dry-rb/dry-rb#readme",
"devDependencies": {
"autoprefixer": "^6.3.4",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"breakpoint-sass": "^2.6.1",
"breakpoint-slicer": "^2.0.0",
"clean-webpack-plugin": "^0.1.5",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^0.9.1",
"flask": "^0.2.7",
"import-glob-loader": "^1.1.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.2",
"sass-loader": "^3.1.2",
"webpack": "^1.12.9"
},
"engines": {
"node": ">=4.2.4"
}
}