UNPKG

nux-components

Version:

Avid Media Central|UX plugin for MTV.fi

57 lines (56 loc) 1.32 kB
{ "name": "nux-components", "version": "0.0.1", "description": "Avid Media Central|UX plugin for MTV.fi", "main": "dist/index.js", "engines": { "node": ">=7.5.0", "npm": "^4.6.1", "yarn": "^0.24.5" }, "scripts": { "build": "webpack", "lint": "eslint", "test:watch": "jest --watch", "test": "jest", "npmpublish": "yarn run build && yarn publish", "npmpublish:beta": "yarn publish --tag beta" }, "repository": { "type": "git", "url": "git@git.devops-int.avid.com:incubator/avid-nux-pulse-components.git" }, "keywords": [ "media", "central", "avid", "nux", "mpd", "static", "plugin", "react", "components" ], "author": "Pulse FE Avid's Team", "license": "SEE LICENSE IN LICENSE", "private": false, "publishConfig": { "registry": "http://muc-nexus.global.avidww.com:8081/nexus/content/repositories/npm-muc/" }, "dependencies": { "prop-types": "^15.5.10", "react": "^15.5.4", "react-dom": "^15.5.4", "react-redux": "^5.0.5", "redux": "^3.6.0", "redux-thunk": "^2.2.0" }, "devDependencies": { "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "eslint": "^3.19.0", "webpack": "^2.6.1" } }