4.5.0-r1590-2
[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.5.0-r1590-2",
6   "repository": {
7     "type": "git",
8     "url": "https://github.com/xtuple/xtuple.git"
9   },
10   "files": [
11     "enyo-client",
12     "foundation-database",
13     "lib",
14     "node-datasource",
15     "scripts",
16     "test"
17   ],
18   "dependencies": {
19     "async": "0.2.x",
20     "backbone": "0.9.10",
21     "backbone-relational": "0.8.0",
22     "bcrypt": "0.7.x",
23     "colors": "0.6.x",
24     "commander": "1.2.x",
25     "congruence": "~1.2.4",
26     "connect-ensure-login": "0.1.x",
27     "ejs": "0.8.x",
28     "express": "3.1.x",
29     "fluentreports": "git://github.com/xtuple/fluentreports.git",
30     "font-onyx": "0.0.2",
31     "globalize": "^0.1.1",
32     "ipp": "0.0.5",
33     "json-patch": "git://github.com/xtuple/JSON-Patch.git",
34     "less": "1.5.0",
35     "moment": "2.4.x",
36     "nodemailer": "0.3.x",
37     "nvd3": "^1.1.15",
38     "node-forge": "0.6.x",
39     "oauth2orize": "0.1.x",
40     "oauth2orize-jwt-bearer": "0.1.x",
41     "passport": "0.1.x",
42     "passport-http": "0.2.x",
43     "passport-http-bearer": "0.2.x",
44     "passport-local": "0.1.x",
45     "passport-oauth2-client-password": "0.1.x",
46     "passport-oauth2-jwt-bearer": "0.1.x",
47     "paynode": "0.3.6",
48     "pg": "0.14.x",
49     "request": "2.14.x",
50     "rimraf": "2.2.x",
51     "rjson": "~0.2.4",
52     "socket.io": "0.9.x",
53     "underscore": "1.4.x",
54     "underscore.string": "~2.3.3",
55     "ursa": "0.8.x",
56     "winston": "0.7.x",
57     "xtuple-query": "~1.0.0"
58   },
59   "devDependencies": {
60     "chai": "1.5.x",
61     "csslint": "~0.10.0",
62     "googleapis": "^0.7.0",
63     "html5": "0.3.13",
64     "jshint": "2.4.x",
65     "mocha": "1.9.x",
66     "nde": "^0.1.15",
67     "nodemon": "~1.0.15",
68     "nopt": "2.0.0",
69     "require-uncache": "0.0.x",
70     "shelljs": "0.0.8",
71     "uglify-js": "1.3.2",
72     "walker": "https://github.com/xtuple/enyo-tools-walker-npm/tarball/master",
73     "zombie": "1.4.1"
74   },
75   "bundledDependencies": [
76     "fluentreports",
77     "json-patch",
78     "walker"
79   ],
80   "optionalDependencies": {
81     "xtuple-server": "^0.9"
82   },
83   "engines": {
84     "node": ">= 0.10.28"
85   },
86   "main": "node-datasource/main.js",
87   "scripts": {
88     "build-basic-postbooks-package-sql": "./scripts/explode_manifest.js -m foundation-database/manifest.js -n postbooks_upgrade.sql",
89     "build-basic-empty": "./scripts/build_app.js -d empty --databaseonly -e foundation-database -i -s foundation-database/empty_data.sql",
90     "build-basic-postbooks-demo": "./scripts/build_app.js -d postbooks_demo --databaseonly -e foundation-database -i -s foundation-database/postbooks_demo_data.sql",
91     "build-basic-quickstart": "./scripts/build_app.js -d quickstart --databaseonly -e foundation-database -i -s foundation-database/quickstart_data.sql",
92     "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",
93     "preinstall": "cd node-datasource/lib/query ; npm install",
94     "postinstall": "rm enyo-client/application/lib lib/module ; ln -s ../../lib enyo-client/application/lib ; ln -s ../node_modules lib/module",
95     "start": "node_modules/.bin/nodemon --debug --watch node-datasource",
96     "test": "./node_modules/.bin/mocha -R spec test/lib/login.js test/models/* test/database/* test/extensions/* test/lib/test_runner.js",
97     "test-build": "./node_modules/.bin/mocha -R spec test/build/build_app.js",
98     "test-datasource": "./node_modules/.bin/mocha -R spec test/routes/*",
99     "server-setup": "./node_modules/.bin/xtuple-server install-pilot --xt-demo --pg-worldlogin"
100   }
101 }