-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "trakr",
"version": "1.0.0",
"description": "[Heroku link][heroku] **Note:** this will be a link to production",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"flux": "^2.1.1",
"react": "^15.3.0",
"react-addons-css-transition-group": "^15.3.1",
"react-dom": "^15.3.0",
"react-router": "^2.6.1",
"webpack": "^1.13.1"
},
"engines": {
"node": "6.3.1",
"npm": "3.10.3"
},
"scripts": {
"webpack": "webpack --watch",
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfeniseycopes/trakr.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mfeniseycopes/trakr/issues"
},
"homepage": "https://github.com/mfeniseycopes/trakr#readme"
}