-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
38 lines (38 loc) · 862 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
{
"name": "node-api-token-template",
"version": "0.0.1",
"description": "A template for express, NodeJS, passport, and jwt-simple using API Tokens",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]:roblevintennis/passport-api-tokens.git"
},
"keywords": [
"nodejs",
"express",
"auth",
"tokens",
"REST"
],
"dependencies": {
"express": "~3.3.4",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"mongoose": "~3.8.1",
"passport-local-mongoose": "~0.2.5",
"mocha": "~1.14.0",
"chai": "~1.8.1",
"should": "~2.1.0",
"install": "~0.1.7",
"npm": "~1.3.15",
"mongodb": "~1.3.19",
"jwt-simple": "~0.1.0",
"ejs": "~0.8.5",
"underscore": "~1.5.2",
"crypto": "0.0.3"
}
}