UNPKG

641 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.8",
5 "homepage":"http://github.com/wearefractal/protege",
6 "repository":"git://github.com/wearefractal/protege.git",
7 "author":"Fractal <contact@wearefractal.com> (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/wearefractal/protege/raw/master/LICENSE"
21 }
22 ]
23}