-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 914 Bytes
/
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
{
"name": "tyrion-itunes",
"version": "1.0.0",
"description": "responsive browser for iTunes API",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "echo 'tests not implemented'",
"heroku-postbuild": "next build",
"heroku-start": "next start --port $PORT --host https://tyrion-itunes.herokuapp.com"
},
"engines": {
"node": "6.9.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teebszet/tyrion-itunes.git"
},
"author": "Tim Man",
"license": "MIT",
"bugs": {
"url": "https://github.com/teebszet/tyrion-itunes/issues"
},
"homepage": "https://github.com/teebszet/tyrion-itunes#readme",
"website": "https://tyrion-itunes.herokuapp.com",
"dependencies": {
"isomorphic-unfetch": "^1.0.0",
"lodash": "^4.17.4",
"next": "^2.4.3",
"react": "^15.5.4",
"react-dom": "^15.5.4"
}
}