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