-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 965 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
{
"scripts": {
"start": "node server.js",
"watch": "watchify main.js -o static/bundle.js -dv",
"build": "browserify main.js | uglifyjs > static/bundle.js"
},
"dependencies": {
"browserify": "^13.0.0",
"ecstatic": "^0.5.1",
"getusermedia": "^0.2.2",
"level-browserify": "^1.1.0",
"main-loop": "^3.2.0",
"randombytes": "^2.0.2",
"through": "^2.3.8",
"through2": "^2.0.1",
"virtual-dom": "^2.1.1",
"virtual-hyperscript-hook": "^1.0.0",
"watchify": "^3.7.0",
"uglify-js": "^2.6.1"
},
"name": "my-wee-camera",
"description": "screenshots in the browser",
"version": "1.0.0",
"main": "main.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mk30/my-wee-camera.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mk30/my-wee-camera/issues"
},
"homepage": "https://github.com/mk30/my-wee-camera#readme"
}