-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 827 Bytes
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-mousetrap-service",
"version": "0.1.0",
"description": "AngularJS Service for dependency injection of mousetrap.js",
"main": "release/service.min.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/the-darc/angular-mousetrap.git"
},
"keywords": [
"mousetrap",
"angular",
"keyboard",
"shortcuts",
"events"
],
"author": "darc.tec@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/the-darc/angular-mousetrap/issues"
},
"homepage": "https://github.com/the-darc/angular-mousetrap",
"dependencies": {
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.2.2",
"gulp-load-plugins": "^0.8.0",
"gulp-uglify": "^1.1.0"
}
}