-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 766 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
{
"name": "marvel-api",
"version": "1.3.0",
"description": "Node.js wrapper for working with the official Marvel Comics API",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/fiveisprime/marvel-api.git"
},
"keywords": [
"marvel",
"api"
],
"author": "Matt Hernandez <matt@modulus.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fiveisprime/marvel-api/issues"
},
"homepage": "http://fiveisprime.github.io/marvel-api/",
"dependencies": {
"request": "~2.74.0",
"q": "~1.0.0"
},
"devDependencies": {
"istanbul": "~0.2.4",
"jshint": "^2.13.6",
"mocha": "~1.17.1",
"nock": "~0.27.2",
"should": "~3.1.2"
}
}