-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
47 lines (47 loc) · 1.07 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "artoo-js",
"version": "0.4.4",
"description": "The client-side scraping companion.",
"main": "./build/artoo.node.js",
"author": {
"name": "Yomguithereal",
"url": "https://github.com/Yomguithereal"
},
"scripts": {
"start": "gulp work",
"https": "gulp https",
"test": "gulp test",
"prepublish": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/medialab/artoo"
},
"keywords": [
"datamining",
"scraping",
"webscraper"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/medialab/artoo/issues"
},
"homepage": "https://github.com/medialab/artoo",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-artoo": "~0.1.0",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.0.0",
"gulp-mocha-phantomjs": "^0.12.1",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.5.0",
"gulp-uglify": "^1.1.0",
"gulp-webserver": "^0.9.0",
"phantomjs": "^2.1.7"
},
"dependencies": {
"cheerio": "^0.22.0"
}
}