forked from PRX/Play-Angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.09 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
73
74
75
{
"name": "play.prx.org",
"version": "0.2.0",
"description": "PRX embed audio player",
"keywords": [
"PRX",
"Play"
],
"homepage": "http://play.prx.org",
"bugs": "https://github.com/PRX/play.prx.org/issues",
"license": "MIT",
"author": "PRX, Inc. <[email protected]> (http://www.prx.org)",
"contributors": [
"Chris Kalafarski <[email protected]>",
"Chris Rhoden <[email protected]>",
"Ryan Cavis <[email protected]>"
],
"repository": "https://github.com/PRX/play.prx.org.git",
"angular-cli": {},
"scripts": {
"start": "node lib/server.js dev",
"lint": "ng lint",
"test": "jest --watchAll",
"ci": "jest",
"build": "ng build --prod --build-optimizer",
"serve": "node lib/server.js dist"
},
"private": true,
"main": "index.ts",
"dependencies": {
"@angular/animations": "^4.4.7",
"@angular/cli": "^1.4.2",
"@angular/common": "^4.4.7",
"@angular/compiler": "^4.4.7",
"@angular/compiler-cli": "^4.4.7",
"@angular/core": "^4.4.7",
"@angular/forms": "^4.4.7",
"@angular/http": "^4.4.7",
"@angular/platform-browser": "^4.4.7",
"@angular/platform-browser-dynamic": "^4.4.7",
"@angular/platform-server": "^4.4.7",
"@angular/router": "^4.4.7",
"connect-gzip-static": "^1.0.0",
"core-js": "^2.4.1",
"dotenv": "^2.0.0",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.1",
"inline-css": "^2.2.2",
"morgan": "^1.9.1",
"player.js": "0.0.11",
"pug": "^2.0.0-beta6",
"request": "^2.88.0",
"rxjs": "^5.0.3",
"siphon-media-query": "^1.0.0",
"ts-helpers": "^1.1.1",
"tslint": "^5.3.2",
"typescript": "^2.4.1",
"url-template": "^2.0.8",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@types/jasmine": "^2.2.30",
"@types/jest": "^23.3.12",
"@types/node": "^6.0.42",
"codelyzer": "^3.0.1",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
"jest": "^23.6.0",
"jest-environment-jsdom-thirteen": "^0.0.2",
"jest-preset-angular": "^6.0.2",
"protractor": "4.0.9",
"ts-node": "1.2.1",
"webdriver-manager": "10.2.5"
}
}