43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "filebazaar",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "./start.sh"
|
|
},
|
|
"bin": "cli.js",
|
|
"author": "Nadav Ivgi",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0",
|
|
"bootswatch": "^4.0.0-beta.2",
|
|
"commander": "^2.12.2",
|
|
"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-strike-client": "github:ElementsProject/lightning-strike-client-js",
|
|
"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",
|
|
"stylus": "^0.54.5"
|
|
},
|
|
"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"
|
|
}
|
|
}
|