btcp-digital-store/package.json

53 lines
1.4 KiB
JSON
Raw Normal View History

2017-12-17 03:15:55 -08:00
{
"name": "filebazaar",
2018-03-22 13:20:44 -07:00
"version": "0.2.3",
2017-12-17 03:15:55 -08:00
"description": "",
"scripts": {
2018-03-05 20:48:48 -08:00
"start": "./start.sh",
"dist": "babel -d dist src && stylus static/style.styl",
"prepublishOnly": "npm run dist"
2017-12-17 03:15:55 -08:00
},
2018-03-05 20:48:48 -08:00
"bin": "dist/cli.js",
2017-12-17 03:15:55 -08:00
"author": "Nadav Ivgi",
"license": "MIT",
2018-03-21 17:02:26 -07:00
"repository": "https://github.com/elementsproject/filebazaar.git",
"keywords": [
"bitcoin",
"lightning",
"lightning-charge",
"micropayments"
],
2017-12-17 03:15:55 -08:00
"dependencies": {
"babel-polyfill": "^6.26.0",
2018-03-22 12:56:05 -07:00
"bootswatch": "^4.0.0",
2017-12-17 17:44:03 -08:00
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
2018-03-22 12:56:05 -07:00
"currency-formatter": "^1.4.2",
"express": "^4.16.3",
"file-extension": "^4.0.2",
"file-type": "^7.6.0",
2018-03-22 13:19:23 -07:00
"fmtbtc": "0.0.3",
2017-12-17 03:15:55 -08:00
"fs-extra": "^5.0.0",
2018-03-22 12:56:05 -07:00
"gm": "^1.23.1",
"js-yaml": "^3.11.0",
2017-12-17 03:15:55 -08:00
"jstransformer-markdown-it": "^2.0.0",
"lightning-charge-client": "^0.1.7",
2017-12-17 03:15:55 -08:00
"lru-memoize": "github:neilk/lru-memoize",
2018-03-22 12:56:05 -07:00
"markdown-it": "^8.4.1",
"mime-types": "^2.1.18",
2017-12-17 03:15:55 -08:00
"morgan": "^1.9.0",
"pretty-bytes": "^4.0.2",
2018-03-22 12:56:05 -07:00
"pug": "^2.0.3",
2017-12-17 03:15:55 -08:00
"qruri": "0.0.3",
"read-chunk": "^2.1.0"
2017-12-17 03:15:55 -08:00
},
"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"
2017-12-17 03:15:55 -08:00
}
}