-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 859 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
{
"name": "hers-image-resolver",
"version": "1.0.2",
"description": "Extract main image for a given URL, but safe",
"main": "src/ImageResolver.js",
"directories": {
"example": "example",
"test": "tests"
},
"scripts": {
"test": "jasmine-node tests/node/"
},
"repository": {
"type": "git",
"url": "https://github.com/andrija-hers/hersimageresolver.git"
},
"author": "Maurice Svay <[email protected]>",
"license": "BSD",
"bugs": {
"url": "https://github.com/andrija-hers/hersimageresolver/issues"
},
"homepage": "https://github.com/andrija-hers/hersimageresolver",
"devDependencies": {
"browserify": "^3.46.1",
"gulp": "^3.6.2",
"vinyl-source-stream": "^0.1.1",
"jasmine-node": "1.x"
},
"dependencies": {
"htmlparser2": "3.x",
"request": "^2.36.0",
"superagent": "3.x"
}
}