forked from microlinkhq/metascraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 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
{
"name": "metascraper",
"description": "A library to easily scrape metadata from an article on the web using Open Graph metadata, regular HTML metadata, and series of fallbacks.",
"version": "0.2.1",
"repository": "git://github.com/ianstormtaylor/metascraper.git",
"main": "./lib/index.js",
"dependencies": {
"cheerio": "^0.20.0",
"chrono-node": "^1.2.3",
"date.js": "^0.3.1",
"is-html": "^1.0.0",
"is-isodate": "0.0.1",
"is-url": "^1.2.1",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^9.2.0",
"promisify-es6": "^1.0.1",
"throwback": "^1.1.0",
"to-title-case": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"mocha": "^2.5.2",
"mocha-phantomjs": "^4.0.2",
"popsicle": "^6.2.0",
"source-map-support": "^0.4.0"
}
}