-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "angular-perms",
"version": "0.8.0",
"description": "A service that helps you checking user permissions within your angular application.",
"main": "dist/ngperms.min.js",
"repository": {
"type": "git",
"url": "git@github.com:beachmachine/angular-perms.git"
},
"scripts": {},
"keywords": [
"angular",
"perm",
"perms",
"permission",
"permissions"
],
"author": "Andreas Stocker <andreas@stocker.co.it>",
"license": "MIT",
"dependencies": {
"angular": "^1.6.0"
},
"devDependencies": {
"angular-jsdoc": "^1.5.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-convert-newline": "0.0.3",
"gulp-module-wrapper": "^0.3.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.4.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"jsdoc": "^3.4.3",
"license-checker": "^8.0.4"
}
}