UNPKG

618 BJSONView Raw
1{
2 "name":"protege",
3 "description":"Protege is a versatile NodeJS extension library that aims to make code as simple as possible",
4 "version":"0.0.5",
5 "homepage":"http://github.com/Contra/protege",
6 "repository":"git://github.com/Contra/protege.git",
7 "author":"Contra <contra@australia.edu> (http://wearefractal.com/)",
8 "main":"./lib/main.coffee",
9
10 "dependencies":{
11 "coffee-script":"*",
12 "colors":"*"
13 },
14 "engines":{
15 "node":">= 0.4.0"
16 },
17 "licenses":[
18 {
19 "type":"MIT",
20 "url":"http://github.com/Contra/protege/raw/master/LICENSE"
21 }
22 ]
23}