-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 983 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": "express-stormpath-angular-sample-project",
"version": "0.0.1",
"description": "Sample fullstack application, using Angular.js, Express.js, and Stormpath",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/stormpath/express-stormpath-angular-sample-project"
},
"keywords": [
"stormpath",
"angular",
"express",
"authentication",
"oauth",
"login",
"registration",
"user",
"password",
"security"
],
"author": "Stormpath, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stormpath/express-stormpath-angular-sample-project/issues"
},
"homepage": "https://github.com/stormpath/express-stormpath-angular-sample-project",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-stormpath": "^4.0.0"
}
}