forked from NSC-AD-BAS/AD440-KnowSeattle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 961 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
35
{
"name": "know_seattle",
"version": "1.0.0",
"description": "Learn about Seattle neighborhoods",
"main": "server.js",
"dependencies": {
"express": "^4.14.1",
"eyes": "^0.1.8",
"mongodb": "^2.2.22",
"request": "^2.79.0",
"yelp": "^1.0.2",
"cors-anywhere": "^0.4.0",
"phantomjs": "^2.1.7",
"selenium-webdriver": "^3.3.0"
},
"devDependencies": {
"jshint": "^2.6.0",
"phantomjs": "^2.1.7",
"selenium-webdriver": "^3.3.0"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint tests/dummyTest.js",
"test": "./node_modules/phantomjs/bin/phantomjs tests/console-errors-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NSC-AD-BAS/AD440-KnowSeattle.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NSC-AD-BAS/AD440-KnowSeattle/issues"
},
"homepage": "https://github.com/NSC-AD-BAS/AD440-KnowSeattle#readme"
}