You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
privatebin/package.json

34 lines
827 B

{
"name": "privatebin",
"version": "1.1.1",
"main": "index.js",
"license": "zlib",
"scripts": {
"build": "webpack"
},
"dependencies": {
"bootstrap": "3.3.7",
"code-prettify": "github:google/code-prettify#fbd527e",
"dompurify": "1.0.3",
"jquery": "3.1.1",
"js-base64": "2.1.9",
"kjua": "0.1.2",
"pako": "1.0.6",
"showdown": "1.6.1",
"sjcl": "1.0.6"
},
"devDependencies": {
"eslint": "^4.19.1",
"imports-loader": "^0.8.0",
"istanbul": "^0.4.5",
"jsdom": "^11.7.0",
"jsdom-global": "^3.0.2",
"jsverify": "^0.8.3",
"lodash": "^4.17.5",
"mocha": "^5.0.5",
"nyc": "^11.6.0",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.13"
}
}