|
7 | 7 | "src/",
|
8 | 8 | "build/"
|
9 | 9 | ],
|
10 |
| - "scripts": { |
11 |
| - "lint": "standard --parser babel-eslint", |
12 |
| - "lint:fix": "standard --parser babel-eslint --fix", |
13 |
| - "test": "npm run dist && npm pack", |
14 |
| - "start": "webpack-dev-server -d --inline --hot", |
15 |
| - "dist": "webpack -p --config webpack.production.config.js", |
16 |
| - "pub": "npm run dist && npm publish", |
17 |
| - "changelog": "changelog-maker" |
| 10 | + "author": "Anton Gilgur", |
| 11 | + "license": "Apache-2.0", |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "https://github.com/agilgur5/react-signature-canvas.git" |
18 | 15 | },
|
19 | 16 | "keywords": [
|
20 | 17 | "react",
|
|
33 | 30 | "signature-pad",
|
34 | 31 | "react-signature-pad"
|
35 | 32 | ],
|
36 |
| - "repository": { |
37 |
| - "type": "git", |
38 |
| - "url": "https://github.com/agilgur5/react-signature-canvas.git" |
| 33 | + "scripts": { |
| 34 | + "lint": "standard --parser babel-eslint", |
| 35 | + "lint:fix": "standard --parser babel-eslint --fix", |
| 36 | + "test": "npm run dist && npm pack", |
| 37 | + "start": "webpack-dev-server -d --inline --hot", |
| 38 | + "dist": "webpack -p --config webpack.production.config.js", |
| 39 | + "pub": "npm run dist && npm publish", |
| 40 | + "changelog": "changelog-maker" |
| 41 | + }, |
| 42 | + "peerDependencies": { |
| 43 | + "prop-types": "^15.5.8", |
| 44 | + "react": "0.14 - 16", |
| 45 | + "react-dom": "0.14 - 16" |
| 46 | + }, |
| 47 | + "dependencies": { |
| 48 | + "signature_pad": "^2.3.2", |
| 49 | + "trim-canvas": "^0.1.0" |
39 | 50 | },
|
40 |
| - "author": "Anton Gilgur", |
41 |
| - "license": "Apache-2.0", |
42 | 51 | "devDependencies": {
|
43 | 52 | "@agilgur5/changelog-maker": "^3.0.0",
|
44 | 53 | "babel-core": "^6.26.3",
|
|
55 | 64 | "style-loader": "^0.13.1",
|
56 | 65 | "webpack": "^1.12.2",
|
57 | 66 | "webpack-dev-server": "^1.10.1"
|
58 |
| - }, |
59 |
| - "peerDependencies": { |
60 |
| - "prop-types": "^15.5.8", |
61 |
| - "react": "0.14 - 16", |
62 |
| - "react-dom": "0.14 - 16" |
63 |
| - }, |
64 |
| - "dependencies": { |
65 |
| - "signature_pad": "^2.3.2", |
66 |
| - "trim-canvas": "^0.1.0" |
67 | 67 | }
|
68 | 68 | }
|
0 commit comments