-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.83 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "passport-parse",
"version": "0.0.5",
"description": "Passport Strategy for Parse.com",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"coverage": "node ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha"
},
"keywords": [
"authentication",
"parse authentication",
"parse",
"parse.com",
"passport"
],
"homepage": "https://github.com/malikov/passport-parse",
"repository": {
"type": "git",
"url": "https://github.com/malikov/passport-parse.git"
},
"author": {
"name": "Vincent Malikov",
"email": "[email protected]",
"url": "http://frnchnrd.com"
},
"license": "Apache-2.0",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.10.0",
"chai": "^1.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"jshint-stylish": "^0.1.5",
"istanbul": "^0.2.7",
"mocha": "^1.18.2",
"sinon": "^1.9.1",
"proxyquire": "^0.6.0"
},
"dependencies": {
"parse": "1.6.8",
"passport": "^0.3.0"
},
"readme": "#passport-parse \n \nA passport strategy for those of you out there using [Parse.com](http://parse.com) and nodejs (passport) for authentication :)\n See [Authenticate.me Node server](https://github.com/malikov/Authenticate.me-Node-Server) for an example of how to use the strategy\n## how to use\nInstall the parse module \nnpm install passport-parse\n\n And follow the instruction at [Passport parse github repo](https://github.com/malikov/passport-parse)\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/malikov/passport-parse/issues"
},
"_id": "[email protected]",
"_from": "passport-parse@~0.0.5",
"_resolved": "https://registry.npmjs.org/passport-parse/-/passport-parse-0.0.5.tgz"
}