forked from sinclairzx81/smoke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 889 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
{
"name": "smoke",
"version": "1.0.0",
"description": "Run web and network application servers from within web browsers.",
"main": "tasks.js",
"scripts": {
"clean": "smoke-task clean",
"bench": "smoke-task bench",
"test": "smoke-task test",
"pack-node": "smoke-pack pack smoke-node",
"pack-hub": "smoke-pack pack smoke-hub",
"doc": "smoke-task doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinclairzx81/smoke.git"
},
"keywords": [
"smoke",
"node",
"webrtc",
"indexedb",
"gpgpu"
],
"author": "sinclairzx81",
"license": "MIT",
"bugs": {
"url": "https://github.com/sinclairzx81/smoke/issues"
},
"homepage": "https://github.com/sinclairzx81/smoke#readme",
"devDependencies": {
"shx": "^0.3.2",
"smoke-pack": "^0.8.0",
"smoke-task": "^1.0.7"
},
"dependencies": {}
}