-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 Bytes
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
{
"name": "asana_api",
"author": "Ruslan Khissamov <rrkhissamov@gmail.com>",
"contributors":[
{ "name": "Ruslan Khissamov", "github": "https://github.com/rushis" },
{ "name": "Alexey Kolikov", "github": "https://github.com/g00dnight" }
],
"homepage": "https://github.com/rushis/asana-api",
"description": "NodeJS Asana API (v1) Wrapper",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "git://github.com/rushis/asana-api.git"
},
"bugs": {
"url": "https://github.com/rushis/asana-api/issues"
},
"keywords": ["asana", "api", "wrapper", "full api", "1"],
"main": "./lib/asana",
"engines": {
"node":">= 0.6.0"
},
"dependencies": {
"request":"2.9.153",
"utile":"*"
},
"devDependencies":{
"vows":"0.8.2"
},
"licenses":[{
"type":"MIT"
}]
}