-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 991 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
35
36
37
38
{
"name": "node-remote-base64",
"version": "0.1.2",
"engines": {
"node": ">=4.1.1"
},
"description": "Fetch remote data to base64 format.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/yakovenkodenis/node-remote-base64.git"
},
"keywords": [
"base64",
"node",
"remote",
"fetch"
],
"author": "Denis Yakovenko <[email protected]> (https://github.com/yakovenkodenis)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yakovenkodenis/node-remote-base64/issues"
},
"homepage": "https://github.com/yakovenkodenis/node-remote-base64#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.1.2"
},
"dependencies": {
"mime-types": "^2.1.13"
}
}