31 lines
670 B
JSON
31 lines
670 B
JSON
|
{
|
||
|
"name": "hamljs",
|
||
|
"description": "Faster / Express compliant Haml implementation",
|
||
|
"version": "0.6.2",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/visionmedia/haml.js.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "make test"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "TJ Holowaychuk",
|
||
|
"email": "tj@vision-media.ca"
|
||
|
},
|
||
|
{
|
||
|
"name": "Sascha Gehlich",
|
||
|
"email": "sascha@gehlich.us"
|
||
|
}
|
||
|
],
|
||
|
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
|
||
|
"main": "lib/haml.js",
|
||
|
"devDependencies": {
|
||
|
"should": "~2.1.1",
|
||
|
"mocha": "~1.16.2",
|
||
|
"grunt-urequire": "~0.6.0",
|
||
|
"grunt": "~0.4.2"
|
||
|
}
|
||
|
}
|