forked from tlrobinson/jack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 848 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 848 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
{
"author": "Tom Robinson (http://tlrobinson.net/)",
"contributors": [
"Tom Robinson (http://tlrobinson.net/) <tom@280north.com>",
"George Moschovitis (http://blog.gmosx.com/)",
"Kris Kowal (http://askawizard.blogspot.com/) <kris.kowal@cixar.com>",
"Neville Burnell",
"Isaac Z. Schlueter (http://blog.izs.me/)",
"Jan Varwig",
"Irakli Gozalishvili (http://rfobic.wordpress.com/)",
"Kris Zyp (http://www.sitepen.com/blog/author/kzyp/)",
"Kevin Dangoor (http://www.blueskyonmars.com/)",
"Antti Holvikari",
"Tim Schaub"
],
"dependencies": [
"narwhal"
],
"jars": [
"jars/simple-4.1.10.jar"
],
"lean": {
"include": [
"lib/**/*",
"package.json"
]
},
"version": "0.2.4"
}