This repository was archived by the owner on Jun 19, 2019. It is now read-only.
forked from fabiogaglia/ProgettoPW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (47 loc) · 1.65 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
{
"name": "progettopw",
"version": "1.0.0",
"description": "Piano di studio -come utente voglio poter accedere ad un’area privata tramite username e password -come admin voglio poter modificare il piano di studio -come studente voglio potermi iscrivere ad un esame -come professore voglio poter caricare ed inviare i risultati degli esami agli studenti -come studente voglio visualizzare la mia carriera universitaria anche con l’ausilio di grafici",
"main": "index.js",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "node index.js",
"pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor e2e-tests/protractor.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivan1596/ProgettoPW.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivan1596/ProgettoPW/issues"
},
"homepage": "https://github.com/ivan1596/ProgettoPW#readme",
"dependencies": {
"body-parser": "^1.17.1",
"cors": "^2.8.3",
"express": "^4.15.2",
"mongoose": "^4.9.5"
},
"devDependencies": {
"async": "^2.3.0",
"bower": "^1.8.0",
"eslint": "^3.19.0",
"frisby": "^0.8.5",
"jasmine-core": "^2.6.1",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"morgan": "^1.8.1",
"protractor": "^5.1.1"
}
}