-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
31 lines (31 loc) · 882 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
{
"name": "Timezone",
"version": "0.2.0",
"description": "Remote teams + Timezones",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/djfarrelly/timezone.git"
},
"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 <[email protected]> (http://danfarrelly.nyc)",
"license": "MIT",
"dependencies": {
"autoprefixer-stylus": "^0.5.0",
"express": "^4.10.7",
"moment-timezone": "^0.3.1",
"morgan": "^1.5.1",
"node-jsx": "^0.12.4",
"react": "^0.13.1",
"react-tools": "^0.13.1",
"stylus": "^0.50.0"
},
"devDependencies": {
"reactify": "^1.1.0"
}
}