-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.78 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "reims-web",
"version": "0.1.2",
"description": "Richmond Eyeglass Inventory Matching System Web Version",
"main": "server.js",
"dependencies": {
"body-parser": "^1.14.2",
"bower": "^1.8.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.3",
"express-session": "^1.13.0",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-github-releaser": "^0.1.18",
"grunt-injector": "^1.1.0",
"grunt-mkdir": "^1.0.0",
"grunt-ts": "^6.0.0-beta.3",
"grunt-tslint": "^4.0.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"load-grunt-tasks": "^3.4.0",
"protractor": "3.3.0",
"tslint": "^4.0.2",
"typescript": "^2.1.4",
"typings": "^2.0.0"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install --production",
"start": "node server.js",
"pretest": "npm install",
"test": "karma start test/unit/conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"prestart-webdriver": "npm run update-webdriver",
"start-webdriver": "webdriver-manager start",
"pretest-ete": "npm run update-webdriver",
"test-ete": "protractor test/ete/conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jboreiko/reims-web.git"
},
"keywords": [
"reims"
],
"author": "John Boreiko",
"license": "ISC",
"bugs": {
"url": "https://github.com/jboreiko/reims-web/issues"
},
"homepage": "https://github.com/jboreiko/reims-web#readme"
}