-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1 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
{
"name": "InstagramFeed",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"twitter": "^1.2.1",
"ecstatic": "^0.6.0",
"instagram-node": "^0.5.6",
"mongoose": "^3.8.23"
},
"devDependencies": {
"istanbul": "^0.3.5",
"nodemon": "^1.3.7",
"tap-spec": "^2.2.1",
"tape": "^3.5.0"
},
"scripts": {
"test": "./node_modules/tape/bin/tape ./test.js | node_modules/tap-spec/bin/cmd.js | node ./test.js",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test.js | node_modules/tap-spec/bin/cmd.js",
"coverage-report": "istanbul report --root coverage lcov",
"dev": " ./node_modules/nodemon/bin/nodemon.js server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/foundry-matrix/InstagramFeed.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/foundry-matrix/InstagramFeed/issues"
},
"homepage": "https://github.com/foundry-matrix/InstagramFeed"
}