forked from shackbarth/xtuple
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
{
"author": "xTuple <[email protected]>",
"name": "xtuple",
"description": "xTuple Enterprise Resource Planning Mobile-Web client",
"version": "1.4.5",
"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",
"connect-ensure-login": "0.1.x",
"ejs": "0.8.x",
"express": "3.1.x",
"json-patch": "git://github.com/xtuple/JSON-Patch.git",
"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",
"xml4js": "git://github.com/rpbouman/xmla4js.git"
},
"devDependencies": {
"chai":"1.5.x",
"mocha":"1.9.x",
"require-uncache":"0.0.x",
"html5": "0.3.13",
"zombie":"1.4.x",
"vows":"0.7.x",
"less":"1.4.2"
},
"optionalDependencies": {},
"engines": {
"node": "0.8.x"
},
"main": "node-datasource/main.js",
"scripts": {
"test-build": "./node_modules/.bin/mocha -R spec test/mocha/build/build_app.js",
"test": "./node_modules/.bin/mocha -R spec test/mocha/lib/login.js test/mocha/models/* test/mocha/database/* test/mocha/extensions/*",
"test-datasource": "./node_modules/.bin/mocha -R spec test/mocha/routes/*"
}
}