node-ssi
Version:
33 lines (32 loc) • 705 B
JSON
{
"name": "node-ssi",
"version": "0.3.2",
"description": "A SSI parser",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/yanni4night/node-ssi.git"
},
"keywords": [
"ssi"
],
"author": "yanni4night@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanni4night/node-ssi/issues"
},
"homepage": "https://github.com/yanni4night/node-ssi",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~0.6.1"
},
"dependencies": {
"async": "~1.4.2",
"extend": "~3.0.0"
}
}