UNPKG

669 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.1.0",
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 },
13 "devDependencies":{
14 "colors":"*"
15 },
16 "engines":{
17 "node":">= 0.4.0"
18 },
19 "licenses":[
20 {
21 "type":"MIT",
22 "url":"http://github.com/wearefractal/protege/raw/master/LICENSE"
23 }
24 ]
25}
26