-
Notifications
You must be signed in to change notification settings - Fork 248
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 829 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 829 Bytes
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": "Thuzi LLC <[email protected]> (https://github.com/Thuzi)",
"name": "fb",
"description": "NodeJS Library for Facebook",
"keywords": [
"facebook",
"fb",
"graph"
],
"version": "0.7.3",
"homepage": "https://github.com/Thuzi/facebook-node-sdk",
"repository": {
"type": "git",
"url": "git://github.com/Thuzi/facebook-node-sdk.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": "./fb.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --recursive --reporter spec",
"testw": "node ./node_modules/mocha/bin/mocha --recursive --watch --reporter spec"
}
}