forked from smartsheet-platform/smartsheet-javascript-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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
{
"name": "smartsheet",
"version": "0.0.5",
"description": "Smartsheet JavaScript SDK",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha -- -u exports -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/smartsheet-platform/smartsheet-javascript-sdk.git"
},
"keywords": [
"Smartsheet",
"productivity",
"collaboration"
],
"author": "Smartsheet",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/smartsheet-platform/smartsheet-javascript-sdk/issues"
},
"browser": {
"request": "browser-request"
},
"homepage": "http://smartsheet.com/developers",
"dependencies": {
"bluebird": "^2.9.24",
"request": "^2.54.0",
"underscore": "^1.8.2"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"mocha": "^2.2.1",
"mock": "^0.1.1",
"should": "^5.2.0",
"sinon": "^1.14.1"
}
}