forked from livereload/livereload-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 785 Bytes
/
package.json
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.2",
"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"
}