~ya-bo-ng/juju-gui/bottom-bar-removed

« back to all changes in this revision

Viewing changes to package.json

  • Committer: Benjamin Saller
  • Date: 2012-07-24 15:13:14 UTC
  • Revision ID: bcsaller@gmail.com-20120724151314-fbp6t4acbgeg7twu
Includings basic router

A simple test setup using YUI and Mocha together, seems easily viable.

A Makefile to install, test and run the server.js

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  "engines": {
12
12
    "node": "~0.6.10 || 0.8 || 0.9"
13
13
  },
14
 
  "_comments_scripts": {
15
 
    "start": "brunch watch --server",
16
 
    "test": "brunch test"
17
 
  },
18
14
  "dependencies": {
19
 
    "express": ">2.0.0",
 
15
    "cryptojs": ">= 2.5.3"
 
16
  },
 
17
  "devDependencies": {
20
18
    "d3": "> 2.9.5",
21
19
    "yui": "> 3.5.0",
22
 
    "cryptojs": ">= 2.5.3"
23
 
  },
24
 
  "_comments_devDependencies": {
 
20
    "connect": ">2.3.9",
25
21
    "mocha": "0.14.0",
26
 
    "expect.js": "0.1.2"
 
22
    "express": ">2.0.0",
 
23
    "expect.js": "0.1.2",
 
24
    "should": ">=1.0.0"
27
25
  },
28
26
  "optionalDependencies": {}
29
27
}