-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "tractor-beam",
"version": "0.1.2",
"description": "Directory upload using proposed Directory Upload spec as part of the new FileSystem API.",
"main": "lib/tractor-beam.js",
"module": "lib/tractor-beam.mjs",
"browser": "tractor-beam.js",
"files": [
"lib",
"src"
],
"scripts": {
"pretest": "sake build",
"build": "sake build",
"test": "sake test",
"prepublishOnly": "sake build:min"
},
"repository": {
"type": "git",
"url": "https://github.com/hanzo-io/tractor-beam.git"
},
"keywords": [
"directory upload",
"filesystem api",
"filesystem",
"html5",
"tractor",
"upload"
],
"author": "Hanzo, Inc <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/hanzo-io/tractor-beam/issues"
},
"homepage": "https://github.com/hanzo-io/tractor-beam",
"dependencies": {
"uppie": "^1.0.4"
},
"devDependencies": {
"bebop": "^1.12.5",
"browserstacktunnel-wrapper": "^2.0.0",
"coffee-script": "^1.12.6",
"connect": "^3.6.2",
"sake-bundle": "^0.6.0",
"sake-cli": "^0.5.20",
"sake-outdated": "^0.1.27",
"sake-publish": "^0.1.16",
"sake-version": "^0.1.19",
"selenium-standalone": "^6.4.1",
"serve-static": "^1.12.3",
"webdriverio": "^4.8.0"
}
}