https://github.com/jkirsch/senser
Raw File
Tip revision: 5810213cd5ba4c27551462c040851a0c71625427 authored by Johannes on 25 June 2018, 11:13:45 UTC
Update dependencies
Tip revision: 5810213
package.json
{
  "name": "stream-sample",
  "version": "0.0.1-SNAPSHOT",
  "private": true,
  "license": "GPL",
  "dependencies": {},
  "devDependencies": {
    "bower": "^1.8.0",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-jshint": "^2.0.4",
    "jshint": "2.9.4",
    "jshint-stylish": "^2.2.1",
    "wiredep": "^4.0.0"
  },
  "scripts": {
    "prepublish": "bower install --config.interactive=false",
    "build": "gulp"
  }
}
back to top