forked from xissy/node-boilerpipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 872 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": "ac-boilerpipe",
"version": "0.0.1",
"author": {
"name": "Andrea Cardinale",
"email": "a.cardinale@webandtech.it"
},
"main": "./index",
"dependencies": {
"coffee-script": ">= 1.6.3",
"async": ">= 0.2.9",
"java": ">= 0.2.3"
},
"readmeFilename": "README.md",
"description": "A node.js wrapper for Boilerpipe, an excellent Java library for boilerplate removal and fulltext extraction from HTML pages.",
"repository": {
"type": "git",
"url": "https://github.com/acardinale/node-boilerpipe.git"
},
"bugs": {
"url": "https://github.com/acardinale/node-boilerpipe/issues"
},
"devDependencies": {
"should": ">= 1.0.0",
"mocha": ">= 1.3.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script --globals lw --recursive ./test -t 10000"
}
}