Merge pull request #1011 from shackbarth/21821
[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     "nodemailer":"0.3.x",
22     "oauth2orize": "0.1.x",
23     "oauth2orize-jwt-bearer": "0.1.x",
24     "passport": "0.1.x",
25     "passport-http": "0.2.x",
26     "passport-http-bearer": "0.2.x",
27     "passport-local": "0.1.x",
28     "passport-oauth2-client-password": "0.1.x",
29     "passport-oauth2-jwt-bearer": "0.1.x",
30     "paynode":"0.3.6",
31     "pg":"0.14.x",
32     "request":"2.14.x",
33     "rimraf":"2.2.x",
34     "rjson": "~0.2.4",
35     "socket.io":"0.9.x",
36     "underscore":"1.4.x",
37     "winston":"0.7.x",
38     "xml4js": "git://github.com/rpbouman/xmla4js.git"
39   },
40   "devDependencies": {
41     "chai":"1.5.x",
42     "mocha":"1.9.x",
43     "require-uncache":"0.0.x",
44     "html5": "0.3.13",
45     "zombie":"1.4.x",
46     "vows":"0.7.x",
47     "less":"1.4.2"
48   },
49   "optionalDependencies": {},
50   "engines": {
51     "node": "0.8.x"
52   },
53   "main": "node-datasource/main.js",
54   "scripts": {
55     "test-build": "./node_modules/.bin/mocha -R spec test/mocha/build/build_app.js",
56     "test": "./node_modules/.bin/mocha -R spec test/mocha/lib/login.js test/mocha/models/* test/mocha/database/* test/mocha/extensions/*",
57     "test-datasource": "./node_modules/.bin/mocha -R spec test/mocha/routes/*"
58   }
59 }