forked from jhiner/auth0-ext-compilers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 848 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
{
"name": "auth0-ext-compilers",
"author": {
"name": "Tomasz Janczuk <[email protected]>",
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "5.5.0",
"description": "Webtask compilers for Auth0 platform extensibility points",
"engines": {
"node": ">= 4.3"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/auth0/auth0-ext-compilers/LICENSE"
}
],
"dependencies": {
"wreck": "^10.0.0"
},
"homepage": "http://github.com/auth0/auth0-ext-compilers",
"repository": {
"type": "git",
"url": "[email protected]:auth0/auth0-ext-compilers.git"
},
"bugs": {
"url": "http://github.com/auth0/auth0-ext-compilers/issues"
},
"devDependencies": {
"mocha": "^2.4.5",
"webtask-runtime": "^1.3.0"
},
"scripts": {
"test": "mocha"
}
}