forked from concur/concur-platform-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.19 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
{
"name": "concur-platform",
"version": "0.3.13",
"description": "The concur-platform-sdk-js",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/concur/concur-platform-sdk-js.git"
},
"keywords": [
"concur",
"concur platform",
"sdk",
"javscript"
],
"author": "Concur Technologies",
"license": "Apache 2.0",
"dependencies": {
"q": "^1.0.1",
"request": "^2.40.0",
"should": "^5.2.0",
"underscore": "^1.7.0",
"util": "^0.10.3",
"xml2js": "^0.4.4"
},
"browser": {
"request": "browser-request"
},
"devDependencies": {
"should": "^5.2.0",
"mock": "^0.1.1",
"mocha": "^1.21.4",
"chai": "^1.9.1",
"config": "^1.0.2",
"grunt": "^0.4.5",
"stack-trace":"0.0.9",
"grunt-contrib-jshint": "^0.10.0",
"grunt-env": "^0.4.2",
"grunt-mocha-test": "^0.12.1",
"grunt-npm-install": "^0.1.0",
"istanbul": "^0.3.5",
"load-grunt-tasks": "^0.6.0"
},
"bugs": {
"url": "https://github.com/concur/concur-platform-sdk-js/issues"
},
"homepage": "https://github.com/concur/concur-platform-sdk-js",
"directories": {
"test": "test"
}
}