forked from nairihar/node-asana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.34 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
{
"name": "@screenful/asana",
"version": "0.23.1",
"description": "Official NodeJS and BrowserJS client for the Asana API",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/Screenful/node-asana.git"
},
"keywords": [
"asana",
"api",
"oauth"
],
"author": "Phips Peter",
"license": "MIT",
"bugs": {
"url": "https://github.com/Screenful/node-asana/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"homepage": "https://github.com/Screenful/node-asana",
"dependencies": {
"bluebird": "^3.7.2",
"browser-request": "^0.3.2",
"lodash": "^4.17.20",
"readline": "^1.3.0",
"request": "^2.88.2"
},
"devDependencies": {
"browserify": "^16.5.1",
"gulp": "^4.0.2",
"gulp-bump": "^3.0.0",
"gulp-filter": "^5.1.0",
"gulp-git": "^2.5.1",
"gulp-istanbul": "^1.1.3",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^8.0.0",
"gulp-shell": "^0.7.1",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1",
"rewire": "^4.0.1",
"sinon": "^7.3.2",
"through": "^2.3.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"browser": {
"request": "browser-request"
}
}