btcp-digital-store/package.json

53 lines
1.4 KiB
JSON

{
"name": "filebazaar",
"version": "0.1.2",
"description": "",
"scripts": {
"start": "./start.sh",
"dist": "babel -d dist src && stylus static/style.styl",
"prepublishOnly": "npm run dist"
},
"bin": "dist/cli.js",
"author": "Nadav Ivgi",
"license": "MIT",
"repository": "https://github.com/shesek/filebazaar.git",
"keywords": [
"bitcoin",
"lightning",
"lightning-charge",
"micropayments"
],
"dependencies": {
"babel-polyfill": "^6.26.0",
"bootswatch": "^4.0.0-beta.2",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"currency-formatter": "^1.3.1",
"express": "^4.16.2",
"file-extension": "^4.0.1",
"file-type": "^7.4.0",
"fs-extra": "^5.0.0",
"gm": "^1.23.0",
"js-yaml": "^3.10.0",
"jstransformer-markdown-it": "^2.0.0",
"lightning-charge-client": "^0.1.7",
"lru-memoize": "github:neilk/lru-memoize",
"markdown-it": "^8.4.0",
"mime-types": "^2.1.17",
"morgan": "^1.9.0",
"move-decimal-point": "0.0.4",
"pretty-bytes": "^4.0.2",
"pug": "^2.0.0-rc.4",
"qruri": "0.0.3",
"read-chunk": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"stylus": "^0.54.5"
}
}