forked from shackbarth/xtuple-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (31 loc) · 939 Bytes
/
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
{
"author": "xTuple <[email protected]>",
"name": "xtuple-extensions",
"description": "xTuple Enterprise Resource Planning Mobile-Web client public extensions",
"version": "4.9.0",
"repository": {
"type": "git",
"url": "https://github.com/xtuple/xtuple-extensions.git"
},
"dependencies": {
"async":"0.2.x",
"rimraf":"2.1.x",
"underscore":"1.4.x",
"xmla4js": "git://github.com/rpbouman/xmla4js.git"
},
"devDependencies": {
"chai":"1.5.x",
"html5": "0.3.13",
"mocha":"1.9.x",
"zombie":"1.4.x"
},
"optionalDependencies": {},
"engines": {
"node": "0.10.32"
},
"scripts": {
"test-build": "./node_modules/.bin/mocha -R spec test/build/build_app.js",
"test": "./node_modules/.bin/mocha -R spec test/lib/test_runner.js",
"test-bi_open": "cd ../xtuple/node-datasource; ../node_modules/.bin/mocha -t 40000 -R spec ../../xtuple-extensions/test/routes/routebi/*"
}
}