-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 835 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" : "nun",
"description" : "Totally asynchronous non-blocking template engine for node.js",
"version" : "0.1.13",
"main" : "./index",
"author" : "Alexander Dorofeev",
"maintainers" : [
{
"name" : "Alexander Dorofeev",
"email" : "aka.spin@gmail.com"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/akaspin/nun.git"
},
"bugs" : {
"web" : "http://github.com/akaspin/nun/issues"
},
"directories" : {
"test" : "./test"
},
"scripts" : {
"test" : "make test",
"benchmark" : "make benchmark"
},
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/akaspin/nun/blob/master/LICENSE"
}
]
}