-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.68 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
48
49
50
{
"name": "pitchup",
"version": "0.0.0",
"description": "Connect people through sport",
"main": "app.js",
"scripts": {
"start": "python manage.py runserver",
"test": "python manage.py cov && python manage.py create_db && npm run update-webdriver && grunt test && python manage.py drop_db",
"test-ci": "python manage.py cov && npm run update-webdriver && grunt karma",
"e2e": "python manage.py create_db && npm run update-webdriver && grunt e2e && python manage.py drop_db",
"update-webdriver": "./node_modules/protractor/bin/webdriver-manager update --standalone --chrome",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trbradley/pitchup.git"
},
"author": "giamir, trbradley, htunny, TY231618, tmgree",
"license": "MIT",
"bugs": {
"url": "https://github.com/trbradley/pitchup/issues"
},
"homepage": "https://github.com/trbradley/pitchup#readme",
"dependencies": {
"bower": "^1.7.7",
"grunt": "^0.4.5"
},
"devDependencies": {
"firefox-profile": "^0.3.11",
"grunt-karma": "^0.12.1",
"grunt-protractor-runner": "^3.0.0",
"grunt-protractor-webdriver": "^0.2.5",
"hooks-fixed": "^1.1.0",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.23",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.3",
"protractor": "^3.0.0",
"protractor-http-mock": "^0.2.1",
"q": "^1.4.1",
"webdriver-manager": "^8.0.0"
}
}