UNPKG

1.17 kBJSONView Raw
1{
2 "name": "moonboots",
3 "description": "A set of tools and conventions for building/serving clientside apps with node.js",
4 "version": "2.1.0",
5 "author": "Henrik Joreteg <henrik@andyet.net>",
6 "bugs": "https://github.com/henrikjoreteg/moonboots/issues",
7 "contributors": [
8 {
9 "name": "Philip Roberts",
10 "email": "phil@latentflip.com"
11 },
12 {
13 "name": "Luke Karrys",
14 "email": "luke@andyet.net"
15 },
16 {
17 "name": "Michael Garvin",
18 "email": "gar@comrade.us"
19 }
20 ],
21 "dependencies": {
22 "async": "^0.7.0",
23 "browserify": "^4.2.1",
24 "bundle-metadata": "^1.0.1",
25 "cssmin": "^0.4.1",
26 "module-deps": "^1.8.0",
27 "uglify-js": "^2.4.0"
28 },
29 "devDependencies": {
30 "backbone": "^1.0.0",
31 "lab": "^3.0.0",
32 "precommit-hook": "^0.3.10",
33 "through": "^2.3.4"
34 },
35 "homepage": "https://github.com/henrikjoreteg/moonboots",
36 "keywords": [
37 "commonjs",
38 "clientside",
39 "browserify",
40 "singlepage"
41 ],
42 "scripts": {
43 "test": "make test"
44 },
45 "license": "MIT",
46 "main": "index.js",
47 "repository": {
48 "type": "git",
49 "url": "git@github.com:HenrikJoreteg/moonboots.git"
50 }
51}