forked from jedwards1211/meteor-imports-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1011 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
36
37
38
{
"name": "meteor-imports-webpack-plugin",
"version": "1.1.1",
"description": "Webpack plugin to import and use Meteor packages like if they were real NPM packages.",
"main": "index.js",
"scripts": {
"lint": "eslint *.js",
"prepublish": "npm run lint"
},
"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",
"dependencies": {
"exports-loader": "^0.6.3",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"json-string-loader": "^1.0.0"
},
"devDependencies": {
"eslint": "^3.7.0"
}
}