-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "scrape_nndb",
"version": "0.0.1",
"description": "A node program that scrapes nndb to collect judges data",
"main": "nndb_runner.js",
"dependencies": {
"jasmine-node": "~1.11.0",
"phantomjs": "~1.9.2-4",
"requirejs": "~2.1.9",
"request": "~2.27.0",
"async": "~0.2.9"
},
"devDependencies": {
"grunt-open":"~0.2.0",
"grunt-jasmine-node":"~0.1.0",
"grunt-contrib-jasmine": "~0.5.2",
"grunt": "~0.4.2",
"istanbul": "~0.2.0",
"grunt-bg-shell": "~2.3.1",
"async": "~0.2.9"
},
"scripts": {
"start": "node ./src/nndb_runner",
"test": "istanbul test --dir ./spec/nndb_spec.js jasmine-node -- --junitreport test"
},
"repository": {
"type": "git",
"url": "git://github.com/arunbakt/scraping.git"
},
"author": "arun bakt",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/arunbakt/scraping/issues"
},
"homepage": "https://github.com/arunbakt/scraping"
}