|
1 | 1 | { |
2 | 2 | "name": "react-toolbox-example", |
3 | | - "version": "0.11.4", |
4 | 3 | "description": "A set of complementary tools to ReactJS.", |
5 | | - "author": "React Toolbox Team (http://github.com/react-toolbox)", |
| 4 | + "version": "0.11.4", |
| 5 | + "author": { |
| 6 | + "name": "React Toolbox Team", |
| 7 | + "url": "http://github.com/react-toolbox" |
| 8 | + }, |
6 | 9 | "contributors": [ |
7 | 10 | { |
8 | 11 | "name": "Javi Jimenez Villar", |
9 | | - "url": "http://soyjavi.com/", |
10 | | - "email": "javi.jimenez.villar@gmail.com" |
| 12 | + "email": "javi.jimenez.villar@gmail.com", |
| 13 | + "url": "http://soyjavi.com/" |
11 | 14 | }, |
12 | 15 | { |
13 | 16 | "name": "Javi Velasco Arjona", |
14 | | - "url": "http://javivelasco.com/", |
15 | | - "email": "javier.velasco86@gmail.com" |
| 17 | + "email": "javier.velasco86@gmail.com", |
| 18 | + "url": "http://javivelasco.com/" |
16 | 19 | } |
17 | 20 | ], |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "git+https://github.com/react-toolbox/react-toolbox-example.git" |
| 24 | + }, |
18 | 25 | "bugs": { |
19 | 26 | "url": "https://github.com/react-toolbox/react-toolbox/issues", |
20 | 27 | |
21 | 28 | }, |
22 | 29 | "keywords": [ |
| 30 | + "components", |
| 31 | + "material design", |
23 | 32 | "react", |
24 | 33 | "react-component", |
25 | | - "material design", |
26 | | - "toolbox", |
27 | | - "components" |
| 34 | + "toolbox" |
28 | 35 | ], |
29 | | - "license": "MIT", |
30 | 36 | "devDependencies": { |
31 | 37 | "autoprefixer": "6.3.6", |
32 | 38 | "babel-core": "6.9.1", |
|
44 | 50 | "eslint-plugin-react": "^5.1.1", |
45 | 51 | "express": "^4.13.3", |
46 | 52 | "extract-text-webpack-plugin": "1.0.1", |
| 53 | + "internal-ip": "~1.2.0", |
47 | 54 | "node-sass": "3.7.0", |
48 | 55 | "normalize.css": "^4.0.0", |
49 | 56 | "postcss-loader": "0.9.1", |
|
63 | 70 | "webpack-hot-middleware": "2.10.0" |
64 | 71 | }, |
65 | 72 | "scripts": { |
66 | | - "start": "node ./server", |
67 | 73 | "build": "cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.config", |
68 | | - "deploy": "gh-pages -d build" |
| 74 | + "deploy": "gh-pages -d build", |
| 75 | + "start": "node ./server" |
69 | 76 | }, |
70 | | - "repository": "github:react-toolbox/react-toolbox-example" |
| 77 | + "license": "MIT", |
| 78 | + "homepage": "https://github.com/react-toolbox/react-toolbox-example#readme" |
71 | 79 | } |
0 commit comments