forked from Thuzi/facebook-node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 857 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
{
"author": "Dongri Jin <[email protected]> (https://github.com/dongri)",
"name": "facebook-node",
"description": "NodeJS Library for Facebook",
"keywords": [
"facebook",
"facebook-node",
"graph"
],
"version": "0.0.3",
"homepage": "https://github.com/dongri/facebook-node",
"repository": {
"type": "git",
"url": "git://github.com/dongri/facebook-node.git"
},
"engines": {
"node": ">=0.6.9"
},
"dependencies": {
"request": "2.9.x",
"crypto": "0.0.3"
},
"devDependencies": {
"nock": "~0.17.2",
"mocha": "~1.9.0",
"should": "~1.2.2"
},
"optionalDependencies": {},
"main": "./facebook-node.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --recursive --reporter spec",
"testw": "node ./node_modules/mocha/bin/mocha --recursive --watch --reporter spec"
}
}