-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 817 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name" : "ngFirewall",
"description" : "Angular service to avoid routes from being loaded and ajax calls from being made without the required permissions.",
"homepage" : "https://github.com/coma/ngFirewall",
"version" : "0.0.5",
"license" : "MIT",
"private" : false,
"authors" : [
"Eduardo García Sanz <eduardo@comakai.com>"
],
"keywords" : [
"angular", "firewall", "login", "auth"
],
"devDependencies": {
"grunt" : "^0",
"matchdep" : "^0",
"karma-jasmine" : "^0",
"karma-phantomjs-launcher": "^0",
"grunt-karma" : "^0",
"grunt-contrib-jshint" : "^0",
"grunt-contrib-uglify" : "^0"
}
}