-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "assetzen",
"version": "1.0.0",
"description": "A library to interact with AssetZen and generate signed links",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrzen/assetzen-js.git"
},
"keywords": [
"assetzen"
],
"author": "Leo Adamek <leo.adamek@mrzen.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrzen/assetzen-js/issues"
},
"homepage": "https://github.com/mrzen/assetzen-js#readme",
"devDependencies": {
"@types/jssha": "^0.0.29",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-inject": "^4.2.0",
"gulp-typedoc": "^2.0.2",
"gulp-typescript": "^3.1.5",
"gulp-uglify": "^2.0.1",
"merge2": "^1.0.3",
"tsify": "^3.0.1",
"typedoc": "^0.5.7",
"typescript": "^2.1.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"jssha": "^2.2.0"
}
}