|
1 | 1 | {
|
2 | 2 | "name": "react-material-color-picker",
|
3 |
| - "version": "0.0.0", |
| 3 | + "version": "0.9.2", |
4 | 4 | "description": "React Material Color Picker Component",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
7 |
| - "url": "https://github.com/you/repo.git" |
| 7 | + "url": "https://UsulPro@bitbucket.org/sm-artlight/react-material-color-picker.git" |
8 | 8 | },
|
| 9 | + "keywords": [ |
| 10 | + "React", |
| 11 | + "Material", |
| 12 | + "Color", |
| 13 | + "Picker", |
| 14 | + "Component" |
| 15 | + ], |
| 16 | + "author": "UsulPro", |
9 | 17 | "license": "MIT",
|
| 18 | + "homepage": "https://bitbucket.org/sm-artlight/react-material-color-picker#readme", |
10 | 19 | "scripts": {
|
11 |
| - "prepublish": ". ./.scripts/prepublish.sh", |
12 |
| - "lint": "eslint src", |
13 |
| - "lintfix": "eslint src --fix", |
14 |
| - "testonly": "mocha --require .scripts/mocha_runner src/**/tests/**/*.js", |
| 20 | + "publish-storybook": ".scripts\\publish_storybook.cmd", |
| 21 | + "prepublish": ".scripts\\prepublish.cmd", |
| 22 | + "lint": ".scripts\\lint.cmd src", |
| 23 | + "lintfix": ".scripts\\lint.cmd src --fix", |
| 24 | + "testonly": ".scripts\\test.cmd", |
15 | 25 | "test": "npm run lint && npm run testonly",
|
16 |
| - "test-watch": "npm run testonly -- --watch --watch-extensions js", |
| 26 | + "test-watch": "bash .scripts\\test-watch.sh", |
17 | 27 | "storybook": "start-storybook -p 9010",
|
18 |
| - "publish-storybook": "bash .scripts/publish_storybook.sh" |
| 28 | + "start": "start-storybook -p 9001" |
19 | 29 | },
|
20 | 30 | "devDependencies": {
|
21 | 31 | "react": "^15.0.0",
|
|
53 | 63 | "dependencies": {
|
54 | 64 | "babel-runtime": "^6.5.0"
|
55 | 65 | },
|
56 |
| - "main": "dist/index.js", |
| 66 | + "main": "dist/MaterialColorPicker.js", |
57 | 67 | "engines": {
|
58 | 68 | "npm": "^3.0.0"
|
59 | 69 | }
|
|
0 commit comments