-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
72 lines (72 loc) · 2.06 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
63
64
65
66
67
68
69
70
71
72
{
"name": "share-my-id",
"version": "0.0.0",
"license": "MIT",
"description": "MEAN app for creating collections of authenticated ORCID iDs",
"repository": {
"type": "git",
"url": "[email protected]:ORCID/share-my-id"
},
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "node server.js",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test --watch=false; ava;",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"postinstall": "ng build --prod"
},
"private": true,
"dependencies": {
"@angular/common": "^5.2.11",
"@angular/compiler": "^5.2.11",
"@angular/core": "^5.2.11",
"@angular/forms": "^5.2.11",
"@angular/http": "^5.2.11",
"@angular/platform-browser": "^5.2.11",
"@angular/platform-browser-dynamic": "^5.2.11",
"@angular/router": "^5.2.11",
"angular-font-awesome": "^3.1.2",
"angular2-fontawesome": "^5.2.1",
"body-parser": "^1.18.3",
"bootstrap": "^4.2.1",
"core-js": "^2.6.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"font-awesome": "^4.7.0",
"global-request-logger": "^0.1.1",
"helmet": "^3.15.0",
"intl": "^1.2.5",
"mailgun-js": "^0.22.0",
"mongojs": "^2.6.0",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"rxjs": "^5.5.12",
"tslib": "^1.9.0",
"zone.js": "^0.7.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.12.0",
"@angular/cli": "^7.2.3",
"@angular/compiler-cli": "^5.2.11",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.118",
"ava": "^0.18.2",
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "^4.0.0",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.14",
"protractor": "^5.4.2",
"ts-node": "~2.0.0",
"tslint": "~5.7.0",
"typescript": "~2.4.2"
}
}