-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 759 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 759 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
35
36
37
38
39
{
"name": "angular-off-click",
"version": "1.0.8",
"repository": {
"type": "git"
},
"main": "./dist/angular-off-click.js",
"scripts": {
"build": "gulp build"
},
"keywords": [
"angular",
"off",
"click"
],
"author": {
"name": "Evan Sharp",
"url": "https://github.com/TheSharpieOne"
},
"contributors": [
{
"name": "Ricardo Marques",
"url": "https://github.com/RicardoAlmeidaMarques"
}
],
"license": "MIT",
"dependencies": {
"angular": "*"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3"
}
}