-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 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
42
43
44
45
46
47
48
{
"name": "my-bikes-life",
"version": "0.0.0",
"description": "A simple UI for viewing the Strava history of your bike.",
"main": "public/app.js",
"scripts": {
"start": "gulp develop"
},
"dependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"fs": "0.0.2",
"griddle-react": "^0.2.14",
"jquery": "^2.1.4",
"less": "^2.5.3",
"lodash": "^3.10.1",
"path": "^0.12.7",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"reactify": "^1.1.1",
"underscore": "^1.8.3"
},
"engines": {
"node": "0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/sanfordstudent/my-bikes-life"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"devDependencies": {
"browserify": "^12.0.1",
"grunt": "^0.4.5",
"grunt-jsxhint": "^0.6.0",
"grunt-react": "^0.12.3",
"gulp": "^3.9.0",
"gulp-jshint": "^1.12.0",
"gulp-nodemon": "^2.0.4",
"gulp-reactify": "^3.0.1",
"gulp-watch": "^4.3.5",
"vinyl-source-stream": "^1.1.0"
}
}