forked from stormpath/express-stormpath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 889 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
40
{
"name": "express-stormpath",
"version": "1.0.5",
"description": "Build simple, secure web applications with Stormpath and Express!",
"keywords": [
"express",
"stormpath",
"authentication",
"api",
"service",
"users",
"accounts"
],
"scripts": {
"test": "mocha --no-timeouts"
},
"repository": "stormpath/stormpath-express",
"author": "Stormpath, Inc.",
"license": "Apache",
"main": "./index",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.10.0",
"client-sessions": "^0.7.0",
"cookie-parser": "^1.3.3",
"csurf": "^1.8.0",
"express": "^4.10.6",
"forms": "^1.1.1",
"jade": "^1.8.2",
"stormpath": "^0.8.0",
"utils-merge": "^1.0.0",
"winston": "^0.8.3"
},
"devDependencies": {
"cheerio": "^0.18.0",
"mocha": "^2.1.0",
"supertest": "^0.15.0",
"uuid": "^2.0.1"
}
}