-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·63 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
executable file
·63 lines (53 loc) · 1.29 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "workout-timer",
"version": "0.0.1",
"description": "Simple workout timer for keeping track of your reps and isometric holds.",
"author": "Sandor Kocsis <kocsissandor85@gmail.com>",
"scripts": {
"watch": "gulp watch",
"runserver": "gulp runserver"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/kocsissandor85/workout-timer.git"
},
"keywords": [
"react",
"es6",
"gulp"
],
"dependencies": {
"accurate-interval": "^1.0.9",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"domready": "^1.0.8",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6",
"gulp-webserver": "^0.9.1",
"immstruct": "^2.0.0",
"immutable": "^3.8.1",
"lodash": "^4.13.1",
"omniscient": "^4.1.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-hammerjs": "^0.4.6",
"react-router": "^2.4.1",
"reflux": "^0.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"when": "^3.7.7"
},
"devDependencies": {
},
"peerDependencies": {
},
"license": "MIT"
}