-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1023 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
33
34
35
36
37
38
39
40
41
42
{
"author": "Andrey Tarantsov <[email protected]>",
"name": "livereload",
"description": "LiveReload 3 command-line tool / GUI backend",
"version": "0.8.4",
"homepage": "https://github.com/andreyvit/livereload",
"repository": {
"url": "git://github.com/andreyvit/livereload"
},
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R ${REPORTER-spec}"
},
"dependencies": {
"debug": "~0.7.0",
"dreamopt": "~0.8.0",
"livereload-server": "~0.2.3",
"livereload-core": "=0.8.4",
"vfs-local": "http://download.livereload.com/npm/vfs-local-0.1.0.tgz",
"apitree": "~1.1.0",
"underscore": "~1.4.2"
},
"devDependencies": {
"mocha": "~1.0.3",
"memorystream": "~0.2.0",
"scopedfs": "~0.1.0"
},
"optionalDependencies": {},
"bundledDependencies": [
"debug",
"dreamopt",
"livereload-server",
"livereload-core",
"vfs-local",
"apitree",
"sugar",
"underscore"
],
"engines": {
"node": "*"
}
}