-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.09 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "angular-shortcut",
"version": "0.1.4",
"description": "Keyboard shortcuts for angular 1.x",
"repository": {
"type": "git",
"url": "git+https://github.com/sebastiankade/angular-shortcut.git"
},
"directories": {
"lib": "src/"
},
"keywords": [
"node",
"api",
"promise",
"rest"
],
"homepage": "https://github.com/sebastiankade/angular-shortcut",
"bugs": {
"url": "https://github.com/sebastiankade/angular-shortcut",
"email": "[email protected]"
},
"main": "index.js",
"files": [
"index.js",
"dist/"
],
"license": "MIT",
"dependencies": {
"angular": "^1.5.7",
"jquery": "^3.1.0"
},
"devDependencies": {
"del": "~1.1.1",
"gulp": "~3.8.8",
"gulp-concat": "~2.5.2",
"gulp-util": "~3.0.4",
"gulp-uglify": "~1.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-strip-debug": "~1.0.2",
"xo": "^0.15.1"
},
"xo": {
"space": true,
"globals": [
"angular",
"$",
"jasmine",
"beforeEach",
"it",
"describe",
"expect"
],
"rules": {}
}
}