@graphistry/falcor-path-syntax
Version:
Parser for Falcor Path Syntax
33 lines (32 loc) • 820 B
JSON
{
"name": "@graphistry/falcor-path-syntax",
"version": "2.9.10",
"description": "Parser for Falcor Path Syntax",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter dot --colors --full-trace --timeout 2000 test/index.js",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git://github.com/graphistry/falcor.git"
},
"keywords": [
"falcorjs",
"Observable",
"Netflix"
],
"author": "Michael Paulson <michael.b.paulson@gmail.com>",
"license": "ALV2",
"bugs": {
"url": "https://github.com/graphistry/falcor/issues"
},
"homepage": "https://github.com/graphistry/falcor/blob/master/packages/falcor-path-syntax/README.md",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.0"
}
}