hyper-fileio
Version:
Ephemeral file sharing direct from Hyper
52 lines (51 loc) • 1.17 kB
JSON
{
"name": "hyper-fileio",
"version": "2.0.0",
"description": "Ephemeral file sharing direct from Hyper",
"keywords": [
"hyper.app",
"hyper",
"hyperterm",
"fileio",
"upload",
"share"
],
"main": "index.js",
"files": [
"./index.js"
],
"babel": {
"presets": [
"es2015"
]
},
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "webpack --watch"
},
"author": "João Alberto <joaoalberto.contato@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/joao-alberto/hyper-fileio.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/joao-alberto/hyper-fileio/issues"
},
"homepage": "https://github.com/joao-alberto/hyper-fileio",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"eslint": "^3.3.0",
"eslint-config-idiomatic": "^2.1.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-react": "^6.1.1",
"webpack": "^1.13.1",
"webpack-node-externals": "^1.3.3"
},
"dependencies": {
"clipboardy": "^1.1.0"
}
}