-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "asana",
"description": "Asana API bindings for node.",
"version": "0.0.1",
"homepage": "http://github.com/toots/node-asana",
"author": "Romain Beauxis <[email protected]",
"repository":
{
"type":"git",
"url":"git://github.com/toots/node-asana.git"
},
"bugs":
{
"mail":"[email protected]",
"url":"http://github.com/toots/node-asana/issues"
},
"main": "lib/node/asana.js",
"directories":
{ "lib":"./lib",
"test":"./test",
"src":"./src"
},
"engine": {"node": ">= 0.4.7", "npm": "1"},
"licences":
[
{
"type":"GPL3",
"url": "http://www.gnu.org/licenses/gpl-3.txt"
}
],
"dependencies": {
"backbone" : "0.9.2",
"backbone.modelizer" : "git://github.com/audiosocket/backbone.modelizer.git",
"base64-js" : "0.0.2",
"underscore" : "1.3.3"
},
"devDependencies" : {
"browserify" : "1.10.12",
"coffee-script" : "1.3.1",
"minifyjs" : "0.1.0"
}
}