-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 899 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
{
"name": "angular-base64-download",
"version": "0.0.2",
"description": "Simple implementation of base64 download files for angularjs applications",
"main": "base64-download.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saulsluz/angular-base64-download.git"
},
"keywords": [
"angularjs",
"base64",
"download"
],
"author": "Saul Luz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/saulsluz/angular-base64-download/issues"
},
"homepage": "https://github.com/saulsluz/angular-base64-download#readme",
"devDependencies": {
"jasmine": "^2.7.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3"
}
}