forked from kelyvin/generate-json-from-js-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1012 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
{
"name": "generate-json-from-js-webpack-plugin",
"version": "0.1.2",
"description": "A webpack plugin that generates a custom JSON asset from a JS module",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kelyvin/generate-json-from-js-webpack-plugin.git"
},
"keywords": [
"webpack"
],
"author": "Kelvin Nguyen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kelyvin/generate-json-from-js-webpack-plugin/issues"
},
"homepage": "https://github.com/kelyvin/generate-json-from-js-webpack-plugin#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"chalk": "^2.4.2",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"webpack": "^4.1.1"
}
}