forked from djfarrelly/timezone
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 785 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
{
"name": "Timezone",
"version": "0.2.0",
"description": "Remote teams + Timezones",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"build": "browserify -t reactify ./app/app.js -o ./public/js/bundle.js",
"watch": "watchify -t reactify ./app/app.js -o ./public/js/bundle.js -v",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dan Farrelly <daniel.j.farrelly@gmail.com> (http://djfarrelly.com/)",
"license": "MIT",
"dependencies": {
"autoprefixer-stylus": "^0.4.0",
"express": "^4.10.7",
"moment-timezone": "0.2.5",
"morgan": "^1.5.1",
"node-jsx": "^0.12.4",
"react": "^0.12.2",
"react-tools": "^0.12.2",
"stylus": "^0.49.3"
},
"devDependencies": {
"reactify": "^0.17.1"
}
}