dig
Version:
Graph algorithms
35 lines (31 loc) • 630 B
JavaScript
dig = {};
require('./src/version.js');
var sys = require('sys');
sys.puts(JSON.stringify({
"name": "dig",
"version": dig.version,
"description": "Graph algorithms",
"main": "index.js",
"directories": {
"src": "src",
"test": "test"
},
"scripts": {
"test": "mocha -R spec"
},
"keywords": [
"graph",
"algorithms"
],
"devDependencies": {
"mocha": "1.3.x",
"uglify-js": "1.3.x",
"pegjs": "0.7.0"
},
"author": "Chris Pettitt <chris@samsarin.com>",
"repository": {
"type": "git",
"url": "https://github.com/cpettitt/dig.js.git"
},
"license": "MIT"
}, null, 2));