-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
32 lines (32 loc) · 854 Bytes
/
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
{
"name": "user-access-manager",
"version": "2.2.23",
"description": "[![Build Status](https://travis-ci.org/GM-Alex/user-access-manager.svg)](https://travis-ci.org/GM-Alex/user-access-manager)",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"grunt": "^1.5.3",
"grunt-pot": "^0.3.0"
},
"devDependencies": {
"grunt-cli": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GM-Alex/user-access-manager.git"
},
"author": {
"name": "Alexander Schneider",
"url": "https://github.com/GM-Alex"
},
"license": "GNU",
"bugs": {
"url": "https://github.com/GM-Alex/user-access-manager/issues"
},
"homepage": "https://github.com/GM-Alex/user-access-manager#readme"
}