-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "jobquery-client",
"version": "0.0.0",
"description": "Less work, more jobs.",
"main": "index.js",
"dependencies": {
"express": "*",
"faker": "^1.0.0",
"gulp": "^3.8.0",
"gulp-concat": "^2.2.0",
"gulp-ignore": "^1.1.0",
"gulp-jshint": "^1.6.2",
"gulp-nodemon": "^1.0.4",
"gulp-preprocess": "^1.1.1",
"gulp-processhtml": "0.0.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"indeed-api": "^1.0.0"
},
"devDependencies": {
"http-server": "^0.6.1",
"karma": "^0.12.21",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-unicorn-reporter": "^0.1.4",
"protractor": "^1.6.1"
},
"scripts": {
"test": "karma start test/karma.conf.js",
"test-single-run": "karma start test/karma.conf.js --single-run",
"update-webdriver": "webdriver-manager update",
"server": "node server.js",
"ee": "protractor test/protractor-conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/JobQuery/jobquery-client.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/JobQuery/jobquery-client/issues"
},
"homepage": "https://github.com/JobQuery/jobquery-client"
}