-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1012 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
35
36
37
38
39
{
"name": "scrum-standup-timer",
"version": "1.0.0",
"description": "Scrum Standup Timer",
"private": true,
"author": "Yuriy Nemtsov <[email protected]> (http://yuriynemtsov.com/)",
"repository": {
"type": "git",
"url": "git://github.com/nemtsov/scrum-standup-timer.git"
},
"scripts": {
"postinstall": "gulp"
},
"dependencies": {
"browserify": "^8.1.3",
"common-errors": "^0.4.18",
"compression": "^1.4.1",
"connect-cache-control": "^1.0.0",
"express": "^4.11.2",
"gulp": "^3.8.11",
"gulp-buffer": "0.0.2",
"gulp-livereload": "^3.7.0",
"gulp-nodemon": "^1.0.5",
"gulp-rev": "^3.0.1",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"morgan": "^1.5.1",
"node-jsx": "^0.12.4",
"react": "^0.12.2",
"react-hotkey": "^0.3.0",
"reactify": "^1.0.0",
"rimraf": "^2.2.8",
"serve-static": "^1.8.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0"
},
"license": "MIT"
}