-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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
39
40
41
42
43
{
"name": "webpack-config-build-info",
"version": "0.2.1",
"author": "Neal Granger <neal@nealg.com>",
"description": "Inject build information into your [webpack] build.",
"main": "build-info.webpack.config.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel -s -d . src",
"lint": "./node_modules/.bin/eslint src",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-config/webpack-config-build-info.git"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/webpack-config/webpack-config-build-info/issues"
},
"homepage": "https://github.com/webpack-config/webpack-config-build-info#readme",
"dependencies": {
"chalk": "^1.1.3",
"git-rev-sync": "^1.8.0",
"lodash": "^4.17.4",
"webpack-partial": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-preset-metalab": "^0.2.1",
"eslint": "^2.10.2",
"eslint-config-metalab": "^4.0.1",
"eslint-import-resolver-babel-module": "^2.0.1",
"eslint-plugin-filenames": "^0.2.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-lodash-fp": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"webpack": "^2.2.1"
},
"peerDependencies": {
"webpack": ">=1.0.0"
}
}