-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 835 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 835 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
29
30
31
32
33
34
35
36
37
38
{
"name": "hikers-trail",
"version": "1.0.0",
"description": "",
"main": "src/app/scripts/app.js",
"scripts": {
"start": "nodemon src/server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aimeex3/hikersTrail.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aimeex3/hikersTrail/issues"
},
"dependencies" : {
"express": "~4.9.7",
"flux": "^2.0.0",
"react": "~0.12.1",
"request": "~2.57.0"
},
"devDependencies": {
"browserify": "^11.0.0",
"browserify-middleware": "~5.0.1",
"nodemon": "^1.2.1",
"reactify": "~1.1.1",
"uglify-js": "~2.4.15",
"lodash": "^3.10.0"
},
"browserify": {
"transform": [
"reactify"
]
},
"homepage": "https://github.com/aimeex3/hikersTrail#readme"
}