UNPKG

744 BJSONView Raw
1{
2 "name": "workit",
3 "version": "0.1.8",
4 "description": "The stupid development server. Serves CoffeeScript, Jade, and Stylus like a champ. Reloads browser on source-file change.",
5 "keywords": ["assets", "serve", "static", "watch"],
6 "author": "Shannon Moeller <me@shannonmoeller.com> (http://shannonmoeller.com)",
7 "main": "lib/workit.js",
8 "bin": "./bin/workit",
9 "repository": {
10 "type": "git",
11 "url": "http://github.com/shannonmoeller/workit.git"
12 },
13 "scripts": {
14 "test": "make test",
15 "watch": "make watch"
16 },
17 "dependencies": {
18 "coffee-script": "*",
19 "commander": "*",
20 "connect": "*",
21 "hound": "*",
22 "jade": "*",
23 "snockets": "*",
24 "socket.io": "*",
25 "stylus": "*"
26 },
27 "devDependencies": {
28 "supervisor": "*"
29 }
30}