forked from shackbarth/xtuple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 3.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"author": "xTuple <[email protected]>",
"name": "xtuple",
"description": "xTuple Enterprise Resource Planning Mobile-Web client",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "https://github.com/xtuple/xtuple.git"
},
"dependencies": {
"async": "0.2.x",
"backbone": "0.9.10",
"backbone-relational": "0.8.0",
"bcrypt": "0.7.x",
"colors": "0.6.x",
"commander": "1.2.x",
"congruence": "~1.2.4",
"connect-ensure-login": "0.1.x",
"ejs": "0.8.x",
"express": "3.1.x",
"fluentreports": "git://github.com/xtuple/fluentreports.git",
"ipp": "0.0.5",
"json-patch": "git://github.com/xtuple/JSON-Patch.git",
"less": "1.5.0",
"moment": "2.4.x",
"nodemailer": "0.3.x",
"oauth2orize": "0.1.x",
"oauth2orize-jwt-bearer": "0.1.x",
"passport": "0.1.x",
"passport-http": "0.2.x",
"passport-http-bearer": "0.2.x",
"passport-local": "0.1.x",
"passport-oauth2-client-password": "0.1.x",
"passport-oauth2-jwt-bearer": "0.1.x",
"paynode": "0.3.6",
"pg": "0.14.x",
"request": "2.14.x",
"rimraf": "2.2.x",
"rjson": "~0.2.4",
"socket.io": "0.9.x",
"underscore": "1.4.x",
"winston": "0.7.x",
"xmla4js": "git://github.com/rpbouman/xmla4js.git#c4724843",
"underscore.string": "~2.3.3",
"ursa":"0.8.x"
},
"devDependencies": {
"chai": "1.5.x",
"jshint": "2.4.x",
"mocha": "1.9.x",
"require-uncache": "0.0.x",
"html5": "0.3.13",
"zombie": "1.4.x",
"csslint": "~0.10.0",
"nodemon": "~1.0.15"
},
"optionalDependencies": {
"xtuple-query": "~1.0.0",
"googleapis": "~0.4.6"
},
"engines": {
"node": "0.8.x"
},
"main": "node-datasource/main.js",
"scripts": {
"build-qt-updater-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",
"build-qt-empty": "./scripts/build_app.js -d empty --databaseonly -e foundation-database -i -s foundation-database/empty_data.sql",
"build-qt-postbooks-demo": "./scripts/build_app.js -d postbooks_demo --databaseonly -e foundation-database -i -s foundation-database/postbooks_demo_data.sql",
"build-qt-quickstart": "./scripts/build_app.js -d quickstart --databaseonly -e foundation-database -i -s foundation-database/quickstart_data.sql",
"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",
"preinstall": "cd node-datasource/lib/query ; npm install",
"start": "node_modules/.bin/nodemon node-datasource/main.js --debug --watch node-datasource",
"test-build": "./node_modules/.bin/mocha -R spec test/build/build_app.js",
"test": "./node_modules/.bin/mocha -R spec test/lib/login.js test/models/* test/database/* test/extensions/* test/lib/test_runner.js",
"test-datasource": "./node_modules/.bin/mocha -R spec test/routes/*"
}
}