-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "meteor-imports-webpack-plugin",
"version": "2.1.1",
"description": "Webpack plugin to import and use Meteor packages like if they were real NPM packages.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/luisherranz/meteor-imports-webpack-plugin.git"
},
"keywords": [
"meteor",
"webpack",
"plugin",
"import",
"packages",
"imports",
"npm"
],
"author": "Luis Herranz <[email protected]> (https://github.com/luisherranz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/luisherranz/meteor-imports-webpack-plugin/issues"
},
"homepage": "https://github.com/luisherranz/meteor-imports-webpack-plugin#readme",
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"css-loader": "^0.28.0",
"enhanced-resolve": "^2.3.0",
"exports-loader": "^0.6.3",
"imports-loader": "^0.6.5",
"json-string-loader": "^1.1.0",
"style-loader": "^0.16.1"
}
}