forked from kriskowal/narwhal-lib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.61 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": "narwhal-lib",
"version": "0.0.2",
"description": "A general purpose JavaScript library",
"keywords": ["javascript", "engine", "platform"],
"contributors": [
{"name": "Tom Robinson", "web": "http://tlrobinson.net/", "email": "tom@280north.com"},
{"name": "Kris Kowal", "web": "http://askawizard.blogspot.com/", "email": "kris@cixar.com"},
{"name": "George Moschovitis", "web": "http://blog.gmosx.com"},
{"name": "Kevin Dangoor", "web": "http://www.blueskyonmars.com"},
{"name": "Hannes Wallnöfer"},
{"name": "Sébastien Pierre"},
{"name": "Irakli Gozalishvili", "web": "http://rfobic.wordpress.com/"},
{"name": "Christoph Dorn", "web": "http://www.christophdorn.com/"},
{"name": "Zach Carter"},
{"name": "Nathan L. Smith"},
{"name": "Jan Varwig"},
{"name": "Mark Porter"},
{"name": "Isaac Z. Schlueter", "web": "http://blog.izs.me/", "email": "i@izs.me"},
{"name": "Kris Zyp", "web": "http://www.sitepen.com/blog/author/kzyp/"},
{"name": "Nathan Stott", "web": "http://nathan.whiteboard-it.com", "email": "nathan.stott@whiteboard-it.com"},
{"name": "Toby Ho", "web": "http://tobyho.com", "email": "airportyh@gmail.com"}
],
"narwhal": {
"lean": {
"include" : [
"lib/**/*",
"package.json"
]
}
},
"overlay": {
"npm": {
"engines": {
"node": ">=0.1.95"
},
"dependencies": {
"narwhal-node": ">=0.0.2"
}
}
}
}