-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 939 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
{
"name": "instant",
"version": "1.11.0",
"main": "lib",
"author": "Felix Gnass <[email protected]>",
"contributors": [
"Aral Balkan <[email protected]> (https://ar.al)"
],
"description": "drop-in replacement for connect.static with live-reload support",
"license": "MIT",
"keywords": [
"live",
"reload",
"livereload",
"css"
],
"homepage": "https://github.com/fgnass/instant",
"repository": {
"type": "git",
"url": "http://github.com/fgnass/instant.git"
},
"scripts": {
"test": "mocha --require should",
"prepare": "browserify client/index.js -o client/bundle.js"
},
"dependencies": {
"filewatcher": "^3.0.1",
"node-graceful": "^2.0.1",
"send": "^0.17.1",
"sendevent": "^1.0.4",
"stacked": "^1.1.1",
"tamper": "^0.1.0"
},
"devDependencies": {
"browserify": "^16.5.0",
"mocha": "^6.2.2",
"should": "^5.2.0",
"supertest": "^4.0.2"
}
}