-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 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
{
"name": "asana",
"version": "0.7.4",
"description": "A node.js client for the Asana API",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/Asana/node-asana.git"
},
"keywords": [
"asana",
"api",
"oauth"
],
"author": "Phips Peter",
"license": "MIT",
"bugs": {
"url": "https://github.com/Asana/node-asana/issues"
},
"homepage": "https://github.com/Asana/node-asana",
"dependencies": {
"asana-gen": "^0.1.8",
"bluebird": "^2.3.0",
"browser-request": "^0.3.2",
"lodash": "^3.1.0",
"request": "^2.45.0"
},
"devDependencies": {
"browserify": "^8.0.3",
"gulp": "^3.8.5",
"gulp-bump": "^0.1.11",
"gulp-filter": "^2.0.0",
"gulp-git": "^0.5.6",
"gulp-istanbul": "^0.6.0",
"gulp-jshint": "^1.6.4",
"gulp-mocha": "^2.0.0",
"gulp-shell": "^0.2.11",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^1.0.2",
"jshint-stylish": "^1.0.0",
"rewire": "^2.0.1",
"sinon": "^1.12.2",
"through": "^2.3.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"browser": {
"request": "browser-request"
}
}