forked from sane/sane-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 851 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
33
34
35
36
37
38
39
{
"name": "sane-auth",
"version": "0.3.3",
"description": "A Sane Stack Addon giving you basic OAauth2-JWT authentication for the full stack",
"scripts": {
"test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
},
"keywords": [
"sane-auth",
"machines",
"machinepack",
"sane-addon",
"authentication",
"JWT",
"OAuth2",
"sane-stack"
],
"author": "",
"license": "MIT",
"dependencies": {
"machine": "~4.0.0"
},
"devDependencies": {
"test-machinepack-mocha": "^0.2.3"
},
"machinepack": {
"friendlyName": "sane-auth",
"machineDir": "generate/",
"machines": [
"client",
"server"
],
"testsUrl": "https://travis-ci.org/sane/sane-auth"
},
"repository": {
"type": "git",
"url": "[email protected]:sane/sane-auth.git"
}
}