-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 738 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
{
"name": "usrs",
"version": "0.0.1",
"description": "Local/domain user management for Linux and Windows",
"main": "lib/index.js",
"scripts": {
"postinstall": "npm run build",
"build": "node ./node_modules/node-gyp/bin/node-gyp configure build",
"clean": "node ./node_modules/node-gyp/bin/node-gyp clean",
"rebuild": "node ./node_modules/node-gyp/bin/node-gyp rebuild"
},
"keywords": [
"usrs",
"management",
"user",
"usr"
],
"contributors": [
{
"name": "Bryan Way",
"email": "bryanwayb@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bryanwayb/usrs.git"
},
"dependencies": {
"node-gyp": "^2.0.2"
}
}