forked from danfang/me-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
{
"name": "me-api-server",
"version": "1.5.0",
"main": "lib/app.js",
"description": "A personal API with custom integrations",
"bin": {
"me-api-server": "./bin/www",
"me-api-init": "./bin/init"
},
"scripts": {
"start": "node ./bin/www",
"test": "grunt"
},
"dependencies": {
"coinbase": "^2.0.8",
"debug": "^2.6.9",
"express": "^4.17.1",
"instagram-node": "^0.5.7",
"memory-cache": "^0.1.2",
"minimist": "^1.2.5",
"morgan": "^1.10.0",
"node-foursquare": "^0.3.3",
"request": "^2.88.2",
"twit": "^2.2.11",
"lodash": "^4.17.19"
},
"author": "Daniel Fang <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/danfang/api-me.git"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha-test": "^0.13.3",
"mocha": "^8.2.1",
"mockery": "^2.1.0",
"sinon": "^1.16.1",
"supertest": "^3.4.2"
}
}