UNPKG

644 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.3",
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 "preferGlobal":"true",
10
11 "dependencies":{
12 "coffee-script":"*",
13 "colors":"*"
14 },
15 "engines":{
16 "node":">= 0.4.0"
17 },
18 "licenses":[
19 {
20 "type":"MIT",
21 "url":"http://github.com/Contra/protege/raw/master/LICENSE"
22 }
23 ]
24}