aboutsummaryrefslogtreecommitdiffstats
path: root/bower_components/livereload-js/package.json
blob: a74aa53d81f594fb7f5e3184621ff25f8dca5abe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "livereload-js",
  "version": "2.2.1",
  "description": "LiveReload JS client - auto reload browser on changes",
  "main": "lib/startup.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "coffee-script": "~1.7.1",
    "expresso": "~0.9.2",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.3.0",
    "grunt-contrib-coffee": "^0.12.0",
    "grunt-mocha-test": "^0.12.6",
    "jsdom": "~0.10.5",
    "mocha": "^2.1.0"
  },
  "scripts": {
    "prepublish": "grunt build",
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/zaius/livereload-js.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zaius/livereload-js/issues"
  },
  "homepage": "https://github.com/zaius/livereload-js"
}