-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 905 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
{
"name": "stormpath-express-profile-example",
"version": "1.0.0",
"description": "A simple Express.js web application to demonstrate core Stormpath functionality.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/stormpath/stormpath-express-profile-example.git"
},
"keywords": [
"stormpath",
"express",
"example",
"sample",
"customdata",
"express-stormpath",
"web app"
],
"author": "Stormpath, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stormpath/stormpath-express-profile-example/issues"
},
"homepage": "https://github.com/stormpath/stormpath-express-profile-example",
"dependencies": {
"body-parser": "^1.14.2",
"cors": "^2.8.1",
"express": "^4.13.3",
"express-stormpath": "^4.0.0",
"jade": "^1.11.0"
}
}