-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
{
"author": "Markus Petrykowski",
"name": "N2O",
"version": "0.1.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "npm run test-crawlers && npm run test-unit",
"start-webdriver": "node node_modules/protractor/bin/webdriver-manager start",
"test-unit": "node node_modules/karma/bin/karma start test/unit/karma.conf.js --single-run",
"test-unit-rp": "node node_modules/karma/bin/karma start test/unit/karma.conf.js",
"test-e2e": "protractor test/e2e/protractorConfig.js",
"test-crawlers": "jasmine-node test/crawler/",
"test-backend": "mocha test/backend"
},
"repository": {
"type": "git",
"url": "https://github.com/flxw/uber-ucsma"
},
"bugs": {
"url": "https://github.com/flxw/uber-ucsma/issues"
},
"dependencies": {
"body-parser": "^1.9.2",
"bower": "^1.3.1",
"clusterfck": "^0.6.0",
"elasticsearch": "^3.1.3",
"express": "^4.10.1",
"q": "^1.1.2",
"request": "^2.53.0",
"stylus": "0.42.3"
},
"devDependencies": {
"supertest": "^0.15.0",
"jasmine-node": "~1.14.5"
}
}