-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (31 loc) · 856 Bytes
/
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
{
"name" : "underscore.nest",
"description" : "Underscore.Nest is an extenstion for converting flat data into nested tree structures",
"homepage" : "http://github.com/iros/underscore.nest/",
"version" : "0.1.1",
"keywords" : [ "util", "functional", "client", "browser", "underscore", "nesting" ],
"author": {
"name": "Irene Ros",
"email": "[email protected]"
},
"repository" : {
"type": "git",
"url": "git://github.com/iros/underscore.nest.git"
},
"bugs": {
"url": "https://github.com/iros/underscore.nest/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/iros/underscore.nest/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": "*"
},
"main" : "underscore.nest.js",
"dependencies": {
"underscore": "1.3.3"
}
}