-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "angular-download-attribute",
"version": "1.0.1",
"description": "AngularJS (v1) polyfill about the HTML5 download attribute for anchor elements.",
"homepage": "https://github.com/orianda/angular-download-attribute",
"main": "src/index.js",
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/orianda/angular-download-attribute.git"
},
"keywords": [
"html5",
"angular",
"polyfill",
"download",
"attribute"
],
"author": "Orianda <orianda@paan.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/orianda/angular-download-attribute/issues"
},
"dependencies": {},
"devDependencies": {
"angular": "^1.6.2",
"angular-mocks": "^1.6.2",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.0",
"gulp-header": "^1.8.8",
"gulp-help": "^1.6.1",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"jasmine": "^2.5.3",
"jshint": "^2.9.4",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"run-sequence": "^1.2.2"
}
}