-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 968 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": "auth0UserExport",
"version": "0.1.5",
"description": "This is user maintenance, should be more than just export, but there you go, a better name will be forthcoming!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall": "bower install && grunt build"
},
"dependencies": {
"cors": "^2.3.1",
"dotenv": "^0.2.8",
"express-jwt": "~0.2.1",
"express": "4.13.3",
"cookie-parser": "~1.4.0",
"body-parser": "~1.14.1",
"bower": "~1.6.8",
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-sass": "~0.9.2",
"grunt-bower": "~0.20.0",
"grunt-contrib-copy": "~0.8.2"
},
"engines": {
"node": "0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/mostekcm/auth0UserExport"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}