elliptical-wormhole
Version:
Wormhole data for Elliptical - an object that is added to every element
44 lines (43 loc) • 951 B
JSON
{
"name": "elliptical-wormhole",
"version": "1.0.0",
"description": "Wormhole data for Elliptical - an object that is added to every element",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/laconalabs/elliptical-wormhole.git"
},
"keywords": [
"lingustic",
"natural",
"language",
"parsing",
"lacona",
"context",
"wormhole",
"async",
"asyncronous",
"interactive"
],
"author": {
"name": "Brandon Horst",
"email": "brandonhorst@gmail.com",
"url": "http://github.com/brandonhorst"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/laconalabs/elliptical-wormhole/issues"
},
"homepage": "https://github.com/laconalabs/elliptical-wormhole",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"standard": "^6.0.8"
},
"dependencies": {
"lodash": "^4.6.1"
}
}