-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 3 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "devspace",
"version": "1.0.0",
"description": "Connect and share with other developers",
"angular-cli": {},
"dependencies": {
"@angular/common": "~2.1.0",
"@angular/compiler": "~2.1.0",
"@angular/core": "~2.1.0",
"@angular/forms": "~2.1.0",
"@angular/http": "~2.1.0",
"@angular/material": "^2.0.0-alpha.10",
"@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "~2.1.0",
"@angular/router": "~3.1.0",
"angular2-emojify": "^0.1.0",
"angular2-fontawesome": "^0.7.0",
"angular2-jwt": "^0.1.25",
"angular2-modal": "^2.0.2",
"angular2-moment": "^1.0.0-beta.rc.1",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"chart.js": "^2.4.0",
"concurrently": "^3.1.0",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"cors": "^2.8.1",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"font-awesome": "^4.7.0",
"helmet": "^3.1.0",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.6",
"metascraper": "^1.0.6",
"moment": "^2.15.2",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"ng-semantic": "^1.1.11",
"ng2-charts": "^1.4.1",
"ng2-modal": "0.0.22",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"path": "^0.12.7",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"request": "^2.78.0",
"request-promise": "^4.1.1",
"rxjs": "^5.0.0-beta.12",
"sequelize": "^3.24.7",
"showdown": "^1.5.0",
"socket.io": "^1.5.1",
"socket.io-client": "^1.5.1",
"ts-helpers": "^1.1.1",
"typings": "^2.0.0",
"zone.js": "^0.6.23"
},
"devDependencies": {
"@types/jasmine": "^2.2.30",
"@types/node": "^6.0.51",
"angular-cli": "^1.0.0-beta.21",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
"codelyzer": "1.0.0-beta.1",
"karma": "1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.2.1",
"protractor": "4.0.9",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "~2.0.3",
"webdriver-manager": "10.2.5",
"webpack": "^2.1.0-beta.22"
},
"scripts": {
"start": "concurrently --kill-others \"ng serve --proxy-config proxy.conf.json\" \"npm run _server:run\"",
"local": "nodemon ./server/server.js | ng serve --proxy-config proxy.conf.json",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ng build --prod --output-path=dist/client && npm run _server:build",
"_server:run": "nodemon ./server/server.js",
"_server:build": "tsc -p ./src",
"typings": "typings",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mitrakmt/devspace.git"
},
"author": "Michael Mitrakos, Dianne Le, David Kim",
"license": "ISC",
"bugs": {
"url": "https://github.com/mitrakmt/devspace/issues"
},
"homepage": "https://github.com/mitrakmt/devspace#readme"
}