Merge pull request #1657 from ssshyam/4_4_x
[xtuple] / package.json
1 {
2   "author": "xTuple <dev@xtuple.com>",
3   "name": "xtuple",
4   "description": "xTuple Enterprise Resource Planning Mobile-Web client",
5   "version": "4.4.1",
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": "git://github.com/xtuple/fluentreports.git",
22     "ipp": "0.0.5",
23     "json-patch": "git://github.com/xtuple/JSON-Patch.git",
24     "less": "1.5.0",
25     "moment": "2.4.x",
26     "nodemailer": "0.3.x",
27     "oauth2orize": "0.1.x",
28     "oauth2orize-jwt-bearer": "0.1.x",
29     "passport": "0.1.x",
30     "passport-http": "0.2.x",
31     "passport-http-bearer": "0.2.x",
32     "passport-local": "0.1.x",
33     "passport-oauth2-client-password": "0.1.x",
34     "passport-oauth2-jwt-bearer": "0.1.x",
35     "paynode": "0.3.6",
36     "pg": "0.14.x",
37     "request": "2.14.x",
38     "rimraf": "2.2.x",
39     "rjson": "~0.2.4",
40     "socket.io": "0.9.x",
41     "underscore": "1.4.x",
42     "winston": "0.7.x",
43     "xmla4js": "git://github.com/rpbouman/xmla4js.git",
44     "underscore.string": "~2.3.3",
45     "ursa":"0.8.x"
46   },
47   "devDependencies": {
48     "chai": "1.5.x",
49     "jshint": "2.4.x",
50     "mocha": "1.9.x",
51     "require-uncache": "0.0.x",
52     "html5": "0.3.13",
53     "zombie": "1.4.x",
54     "csslint": "~0.10.0",
55     "nodemon": "~1.0.15"
56   },
57   "optionalDependencies": {
58     "xtuple-query": "~1.0.0",
59     "googleapis": "~0.4.6"
60   },
61   "engines": {
62     "node": "0.8.x"
63   },
64   "main": "node-datasource/main.js",
65   "scripts": {
66     "build-basic-postbooks-package-sql": "./scripts/explode_manifest.js -m foundation-database/safe_toolkit_manifest.js -n toolkit.sql; ./scripts/explode_manifest.js -m foundation-database/manifest.js -n updates.sql",
67     "build-basic-empty": "./scripts/build_app.js -d empty --databaseonly -e foundation-database -i -s foundation-database/empty_data.sql",
68     "build-basic-postbooks-demo": "./scripts/build_app.js -d postbooks_demo --databaseonly -e foundation-database -i -s foundation-database/postbooks_demo_data.sql",
69     "build-basic-quickstart": "./scripts/build_app.js -d quickstart --databaseonly -e foundation-database -i -s foundation-database/quickstart_data.sql",
70     "jshint": "./node_modules/.bin/jshint --exclude node-datasource/lib/query/node_modules lib/backbone-x/source lib/enyo-x/source lib/tools/source enyo-client/application/source/ enyo-client/extensions node-datasource",
71     "preinstall": "cd node-datasource/lib/query ; npm install",
72     "start": "node_modules/.bin/nodemon node-datasource/main.js --debug --watch node-datasource",
73     "test-build": "./node_modules/.bin/mocha -R spec test/build/build_app.js",
74     "test": "./node_modules/.bin/mocha -R spec test/lib/login.js test/models/* test/database/* test/extensions/* test/lib/test_runner.js",
75     "test-datasource": "./node_modules/.bin/mocha -R spec test/routes/*"
76   }
77 }