merged Travis's Node branch with 4.5.1
[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.1",
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     "npm":"1.4.x",
38     "nvd3": "^1.1.15",
39     "node-forge": "0.6.x",
40     "oauth2orize": "0.1.x",
41     "oauth2orize-jwt-bearer": "0.1.x",
42     "passport": "0.1.x",
43     "passport-http": "0.2.x",
44     "passport-http-bearer": "0.2.x",
45     "passport-local": "0.1.x",
46     "passport-oauth2-client-password": "0.1.x",
47     "passport-oauth2-jwt-bearer": "0.1.x",
48     "paynode": "0.3.6",
49     "pg": "0.14.x",
50     "request": "2.14.x",
51     "rimraf": "2.2.x",
52     "rjson": "~0.2.4",
53     "socket.io": "0.9.x",
54     "underscore": "1.4.x",
55     "underscore.string": "~2.3.3",
56     "ursa": "0.8.x",
57     "winston": "0.7.x",
58     "xtuple-query": "~1.0.0"
59   },
60   "devDependencies": {
61     "chai": "1.5.x",
62     "csslint": "~0.10.0",
63     "googleapis": "^0.7.0",
64     "html5": "0.3.13",
65     "jshint": "2.4.x",
66     "mocha": "1.9.x",
67     "nde": "^0.1.15",
68     "nodemon": "~1.0.15",
69     "nopt": "2.0.0",
70     "require-uncache": "0.0.x",
71     "shelljs": "0.0.8",
72     "uglify-js": "1.3.2",
73     "walker": "https://github.com/xtuple/enyo-tools-walker-npm/tarball/master",
74     "zombie": "1.4.1"
75   },
76   "bundledDependencies": [
77     "fluentreports",
78     "json-patch",
79     "walker"
80   ],
81   "engines": {
82     "node": ">= 0.10.28"
83   },
84   "main": "node-datasource/main.js",
85   "scripts": {
86     "build-basic-postbooks-package-sql": "./scripts/explode_manifest.js -m foundation-database/manifest.js -n postbooks_upgrade.sql",
87     "build-basic-empty": "./scripts/build_app.js -d empty --databaseonly -e foundation-database -i -s foundation-database/empty_data.sql",
88     "build-basic-postbooks-demo": "./scripts/build_app.js -d postbooks_demo --databaseonly -e foundation-database -i -s foundation-database/postbooks_demo_data.sql",
89     "build-basic-quickstart": "./scripts/build_app.js -d quickstart --databaseonly -e foundation-database -i -s foundation-database/quickstart_data.sql",
90     "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",
91     "preinstall": "cd node-datasource/lib/query ; npm install",
92     "postinstall": "rm enyo-client/application/lib lib/module ; ln -s ../../lib enyo-client/application/lib ; ln -s ../node_modules lib/module",
93     "start": "node_modules/.bin/nodemon --debug --watch node-datasource",
94     "test": "./node_modules/.bin/mocha -R spec test/lib/login.js test/models/* test/database/* test/extensions/* test/lib/test_runner.js",
95     "test-build": "./node_modules/.bin/mocha -R spec test/build/build_app.js",
96     "test-datasource": "./node_modules/.bin/mocha -R spec test/routes/*"
97   }
98 }