Merge pull request #1044 from lynnaloo/fix-money-css
[xtuple] / package.json
1 {
2   "author": "xTuple <dev@xtuple.com>",
3   "name": "xtuple",
4   "description": "xTuple Enterprise Resource Planning Mobile-Web client",
5   "version": "1.4.6",
6   "repository": {
7     "type": "git",
8     "url": "https://github.com/xtuple/xtuple.git"
9   },
10   "dependencies": {
11     "async": "0.2.x",
12     "backbone": "0.9.10",
13     "backbone-relational": "0.8.0",
14     "bcrypt": "0.7.x",
15     "colors": "0.6.x",
16     "commander": "1.2.x",
17     "connect-ensure-login": "0.1.x",
18     "ejs": "0.8.x",
19     "express": "3.1.x",
20     "json-patch": "git://github.com/xtuple/JSON-Patch.git",
21     "less": "1.5.0",
22     "nodemailer": "0.3.x",
23     "oauth2orize": "0.1.x",
24     "oauth2orize-jwt-bearer": "0.1.x",
25     "passport": "0.1.x",
26     "passport-http": "0.2.x",
27     "passport-http-bearer": "0.2.x",
28     "passport-local": "0.1.x",
29     "passport-oauth2-client-password": "0.1.x",
30     "passport-oauth2-jwt-bearer": "0.1.x",
31     "paynode": "0.3.6",
32     "pg": "0.14.x",
33     "request": "2.14.x",
34     "rimraf": "2.2.x",
35     "rjson": "~0.2.4",
36     "socket.io": "0.9.x",
37     "underscore": "1.4.x",
38     "winston": "0.7.x",
39     "xml4js": "git://github.com/rpbouman/xmla4js.git"
40   },
41   "devDependencies": {
42     "chai": "1.5.x",
43     "mocha": "1.9.x",
44     "require-uncache": "0.0.x",
45     "html5": "0.3.13",
46     "zombie": "1.4.x",
47     "vows": "0.7.x",
48     "less": "1.5.0"
49   },
50   "optionalDependencies": {},
51   "engines": {
52     "node": "0.8.x"
53   },
54   "main": "node-datasource/main.js",
55   "scripts": {
56     "test-build": "./node_modules/.bin/mocha -R spec test/mocha/build/build_app.js",
57     "test": "./node_modules/.bin/mocha -R spec test/mocha/lib/login.js test/mocha/models/* test/mocha/database/* test/mocha/extensions/* test/mocha/lib/test_runner.js",
58     "test-datasource": "./node_modules/.bin/mocha -R spec test/mocha/routes/*"
59   }
60 }