Merge pull request #1215 from vinaysingu/#22029
[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.6.0",
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     "congruence": "1.2.4",
18     "connect-ensure-login": "0.1.x",
19     "ejs": "0.8.x",
20     "express": "3.1.x",
21     "fluentreports": "0.0.x",
22     "json-patch": "git://github.com/xtuple/JSON-Patch.git",
23     "less": "1.5.0",
24     "moment": "2.4.x",
25     "nodemailer": "0.3.x",
26     "oauth2orize": "0.1.x",
27     "oauth2orize-jwt-bearer": "0.1.x",
28     "passport": "0.1.x",
29     "passport-http": "0.2.x",
30     "passport-http-bearer": "0.2.x",
31     "passport-local": "0.1.x",
32     "passport-oauth2-client-password": "0.1.x",
33     "passport-oauth2-jwt-bearer": "0.1.x",
34     "paynode": "0.3.6",
35     "pg": "0.14.x",
36     "request": "2.14.x",
37     "rimraf": "2.2.x",
38     "rjson": "~0.2.4",
39     "socket.io": "0.9.x",
40     "underscore": "1.4.x",
41     "winston": "0.7.x",
42     "xmla4js": "git://github.com/rpbouman/xmla4js.git",
43     "underscore.string": "~2.3.3",
44     "congruence": "~1.2.4"
45   },
46   "devDependencies": {
47     "chai": "1.5.x",
48     "mocha": "1.9.x",
49     "require-uncache": "0.0.x",
50     "html5": "0.3.13",
51     "zombie": "1.4.x"
52   },
53   "optionalDependencies": {
54     "xtuple-query": "~1.0.0",
55     "googleapis": "~0.4.6"
56   },
57   "engines": {
58     "node": "0.8.x"
59   },
60   "main": "node-datasource/main.js",
61   "scripts": {
62     "preinstall": "cd node-datasource/lib/query ; npm install",
63     "test-build": "./node_modules/.bin/mocha -R spec test/build/build_app.js",
64     "test": "./node_modules/.bin/mocha -R spec test/lib/login.js test/models/* test/database/* test/extensions/* test/lib/test_runner.js",
65     "test-datasource": "./node_modules/.bin/mocha -R spec test/routes/*"
66   }
67 }