-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.53 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.53 KB
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
{
"name": "@told/azure-blob-access",
"version": "1.4.1",
"description": "Typescript Library for Client and Server Access to Azure Blob Storage",
"main": "index.ts",
"scripts": {
"afs": ".\\node_modules\\.bin\\afs -w",
"dev": "concurrently \"tsc -w\" \".\\node_modules\\.bin\\afs -w\"",
"test": "karma start karma.conf.js",
"coveralls": "for /f \"delims=\" %a in ('dir /b/ad \".\\lcov\\*\" ') do xcopy /I /Y \"lcov\\%a\\*\" .\\lcov && type .\\lcov\\lcovonly | node .\\node_modules\\coveralls\\bin\\coveralls.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toldsoftware/azure-blob-access.git"
},
"keywords": [
"azure",
"blob",
"client",
"node",
"access"
],
"author": "Rick Love",
"license": "MIT",
"bugs": {
"url": "https://github.com/toldsoftware/azure-blob-access/issues"
},
"homepage": "https://github.com/toldsoftware/azure-blob-access#readme",
"devDependencies": {
"@types/jasmine": "^2.5.41",
"concurrently": "^3.1.0",
"coveralls": "^2.11.15",
"jasmine-core": "^2.4.1",
"karma": "^1.4.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-typescript": "^2.1.6",
"typescript": "^2.1.5"
},
"dependencies": {
"tslib": "^1.4.0",
"@told/azure-functions-server": "^1.5.2",
"@told/platform": "^1.0.4",
"azure-storage": "^1.4.0",
"node-uuid": "^1.4.7",
"blueimp-load-image": "2.10.0"
}
}