UNPKG

ticket-message

Version:
53 lines 1.36 kB
{ "name": "ticket-message", "version": "0.1.0", "description": "Message ui component for react", "keywords": [ "react", "react-component", "bee-message", "iuap-design", "tinper-bee", "Message" ], "engines": { "node": ">=4.0.0" }, "homepage": "https://github.com/liushaozhen/ticket-message.git", "author": "Yonyou FED", "repository": "https://github.com/liushaozhen/ticket-message.git", "bugs": "https://github.com/liushaozhen/ticket-message.git/issues", "license": "MIT", "main": "./build/index.js", "config": { "port": 3000 }, "scripts": { "dev": "bee-tools run start", "build": "bee-tools run build", "lint": "bee-tools run lint", "test": "bee-tools run test", "chrome": "bee-tools run chrome", "coveralls": "bee-tools run coverage", "browsers": "bee-tools run browsers", "pub": "bee-tools run pub" }, "dependencies": { "bee-icon": "latest", "bee-notification": "^0.2.23", "classnames": "^2.2.5", "tinper-bee-core": "latest" }, "devDependencies": { "bee-button": "latest", "bee-layout": "latest", "bee-panel": "latest", "chai": "^3.5.0", "console-polyfill": "~0.2.1", "enzyme": "^2.4.1", "es5-shim": "~4.1.10", "react": "15.3.2", "react-addons-test-utils": "15.3.2", "react-dom": "15.3.2" } }