-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "react-footer-comp",
"version": "3.0.0",
"dependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"description": "react based footer component for easy footers in websites.",
"main": "lib/ReactFooter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --colors --production",
"transpile": "node_modules/.bin/babel ./src/ReactFooter.js --presets babel-preset-es2015 --out-file ./lib/ReactFooter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajaraghav/react-footer-comp.git"
},
"keywords": [
"react",
"footer",
"component",
"reactjs",
"website",
"react-footer"
],
"author": "raja raghav",
"license": "MIT",
"bugs": {
"url": "https://github.com/rajaraghav/react-footer-comp/issues"
},
"homepage": "https://github.com/rajaraghav/react-footer-comp#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^4.9.1",
"webpack-cli": "^2.1.4"
}
}