This repository was archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 KB
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
{
"name": "smartsheet",
"version": "2.126.0",
"description": "Smartsheet JavaScript client SDK",
"main": "index.js",
"scripts": {
"test": "mocha \"test/**/*_test.js\"",
"test-functional": "mocha \"test/functional/**/*_test.js\"",
"test-mock-api": "mocha \"test/mock-api/**/*_test.js\"",
"coverage": "istanbul cover _mocha -- -u exports -R spec \"test/**/*_test.js\"",
"report-coverage": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "github:smartsheet-platform/smartsheet-javascript-sdk"
},
"keywords": [
"Smartsheet",
"productivity",
"collaboration"
],
"author": "Smartsheet",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/smartsheet-platform/smartsheet-javascript-sdk/issues",
"email": "api@smartsheet.com"
},
"browser": {
"request": "browser-request"
},
"homepage": "http://developers.smartsheet.com",
"dependencies": {
"bluebird": "^3.5.0",
"extend": "^3.0.2",
"request": "^2.88.0",
"underscore": "^1.8.2",
"winston": "^2.3.1"
},
"devDependencies": {
"coveralls": "^3.0.2",
"gulp": "^4.0.0",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"istanbul": "^0.4.5",
"jshint-stylish": "^1.0.1",
"mocha": "^5.2.0",
"mock": "^0.1.1",
"should": "^13.0.1",
"sinon": "^1.14.1",
"yargs": "^14.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
}
}