-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 823 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": "foundation-sites-loader",
"description": "foundation-sites package for webpack",
"main": "index.js",
"version": "1.0.1",
"loader": "index.loader.js",
"keywords": [
"foundation",
"webpack",
"sass"
],
"author": {
"name": "Vitaly Rotari <[email protected]>"
},
"bugs": {
"url": "https://github.com/vitalyrotari/foundation-sites-loader/issues"
},
"dependencies": {},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vitalyrotari/foundation-sites-loader.git"
},
"peerDependencies": {
"foundation-sites": "*",
"css-loader": "*",
"sass-loader": "*",
"style-loader": "*",
"url-loader": "*",
"file-loader": "*"
},
"scripts": {
"test": "echo 'Please see README.md for test instructions'; exit 1;"
}
}