-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 806 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
{
"name": "angular-route-permission",
"version": "1.1.0",
"description": "Handler the permissions between the angular routes",
"author": "Assis Antunes",
"license": "ISC",
"engines": {
"node": "0.10.x"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.4",
"gulp-load-plugins": "^0.10.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"node-uuid": "^1.4.3",
"run-sequence": "^1.1.1",
"wrench": "^1.5.8",
"yargs": "^3.13.0"
},
"scripts": {
"start": "node index.js",
"test": "mocha -R spec"
}
}