-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.26 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": "TUS-Client-Test",
"version": "0.1.0",
"description": "Upload Client for TUS, Testing TUS-client package",
"homepage": "https://github.com/polyptychon/tus-client",
"bugs": "https://github.com/polyptychon/tus-client/issues",
"main": "lib/app.js",
"author": {
"name": "Harris Sidiropoulos",
"email": ""
},
"repository": {
"type": "git",
"url": "https://github.com/polyptychon/tus-client"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"tus",
"upload",
"resumable",
"angular"
],
"devDependencies": {
"coffeeify": "^0.6.0",
"gulp": "~3.8.1",
"gulp-autoprefixer": "0.0.7",
"gulp-browserify": "~0.5.0",
"gulp-connect": "~2.0.5",
"gulp-csso": "^0.2.9",
"gulp-ftp": "^0.3.0",
"gulp-grunt": "^0.5.1",
"gulp-if": "~1.2.0",
"gulp-jade": "~0.5.0",
"gulp-livereload": "~1.5.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "~0.7.1",
"gulp-uglify": "~0.3.0",
"run-sequence": "^0.3.6"
},
"dependencies": {
"TUS-Client": "git://github.com/polyptychon/tus-client",
"angular": "^1.2.19",
"bootstrapify": "git://github.com/HarrisSidiropoulos/bootstrapify",
"jquery": "^2.1.1",
"underscore": "^1.6.0"
},
"scripts": {
"test": "gulp"
}
}