react-tether-seb
Version:
Drop content anywhere on the page.
58 lines (57 loc) • 1.73 kB
JSON
{
"name": "react-tether-seb",
"version": "0.5.4",
"description": "Drop content anywhere on the page.",
"main": "lib/react-tether.js",
"scripts": {
"build": "npm run build:lib && NODE_ENV=production webpack --config webpack.prod.config.js",
"build:lib": "babel src --out-dir lib --stage 0",
"dev": "webpack-dev-server --devtool eval --inline --hot --progress --colors",
"prebuild": "rm -rf dist && mkdir dist",
"prepublish": "npm run build",
"postbuild": "NODE_ENV=production TARGET=minify webpack --config webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/souporserious/react-tether"
},
"keywords": [
"react",
"react-tether",
"tether",
"component",
"drop"
],
"author": "Travis Arnold <travis@souporserious.com> (http://souporserious.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/souporserious/react-tether/issues"
},
"homepage": "https://github.com/souporserious/react-tether",
"dependencies": {
"tether": "^1.3.4"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel": "^5.8.23",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"css-loader": "^0.15.1",
"http-server": "^0.8.0",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.2.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-motion": "^0.4.2",
"react-motion-ui-pack": "^0.6.0",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.3",
"webpack": "^1.9.12",
"webpack-dev-server": "^1.9.0"
}
}