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.
 
 
 
 
 
 

56 rivejä
1.5 KiB

  1. {
  2. "name": "lesspass-pure",
  3. "version": "1.2.2",
  4. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  5. "description": "lesspass web component built with webpack",
  6. "main": "src/app.js",
  7. "scripts": {
  8. "start": "NODE_ENV=production node server.js",
  9. "dev": "webpack-dev-server",
  10. "uncss": "uncss --stylesheets dist/lesspass.css index.html > dist/lesspass.uncss.css",
  11. "build": "rm -rf dist && NODE_ENV=production webpack && npm run uncss && rm dist/lesspass.css*",
  12. "prepublish": "npm run build"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+ssh://git@github.com:lesspass/pure.git"
  17. },
  18. "engines": {
  19. "node": ">=4.2.6"
  20. },
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/lesspass/pure/issues"
  24. },
  25. "homepage": "https://github.com/lesspass/pure#readme",
  26. "dependencies": {
  27. "express": "^4.14.0"
  28. },
  29. "devDependencies": {
  30. "babel-core": "^6.10.4",
  31. "babel-loader": "^6.2.4",
  32. "babel-preset-es2015": "^6.9.0",
  33. "bootstrap": "^4.0.0-alpha.2",
  34. "clipboard": "^1.5.12",
  35. "css-loader": "^0.23.1",
  36. "extract-text-webpack-plugin": "^1.0.1",
  37. "file-loader": "^0.9.0",
  38. "hint.css": "^2.3.1",
  39. "json-loader": "^0.5.4",
  40. "lesspass": "^3.2.0",
  41. "node-sass": "^3.8.0",
  42. "sass-loader": "^4.0.0",
  43. "style-loader": "^0.13.1",
  44. "uncss": "^0.14.1",
  45. "url-loader": "^0.5.7",
  46. "webpack": "^1.13.1",
  47. "webpack-dev-server": "^1.14.1"
  48. },
  49. "babel": {
  50. "presets": [
  51. "es2015"
  52. ],
  53. "comments": false
  54. }
  55. }