forked from mediastream/mediastream-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 755 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 755 Bytes
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
{
"name": "mediastream-challenge",
"version": "1.0.0",
"description": "JS challenges for super-powered candidates",
"main": "index.js",
"repository": {},
"author": "Patricio López <lopezjuripatricio@gmail.com>",
"license": "UNLICENCED",
"scripts": {
"1": "nodemon --harmony-async-await 01-basic-cs/",
"2": "nodemon --harmony-async-await 02-javascript/",
"3": "nodemon --harmony-async-await 03-nodejs/",
"4": "cd 04-react; npm start"
},
"dependencies": {
"express": "^4.14.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"mongoose": "^4.8.4",
"morgan": "^1.8.1"
},
"devDependencies": {
"faker": "^3.1.0",
"jest": "^18.1.0",
"nodemon": "^1.11.0"
}
}