nordgedanken-github-io

git clone git://archive.git.mtrnord.blog/Nordgedanken/nordgedanken-github-io.git
Log | Files | Refs | README | LICENSE

package.json (470B)


      1 {
      2   "name": "particle",
      3   "version": "1.0.0",
      4   "description": "",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "author": "Nathan Randecker",
     10   "license": "ISC",
     11   "dependencies": {
     12     "browser-sync": "^2.18.6",
     13     "gulp": "^4.0.2",
     14     "gulp-concat": "^2.6.1",
     15     "gulp-csso": "^4.0.1",
     16     "gulp-imagemin": "^8.0.0",
     17     "gulp-plumber": "^1.1.0",
     18     "gulp-sass": "^5.1.0",
     19     "gulp-uglify": "^3.0.2"
     20   }
     21 }