falcor-path-syntax
Version:
Parser for Falcor Path Syntax
33 lines (32 loc) • 724 B
JSON
{
"name": "falcor-path-syntax",
"version": "0.2.4",
"description": "Parser for Falcor Path Syntax",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Netflix/falcor-path-syntax.git"
},
"keywords": [
"falcorjs",
"Observable",
"Netflix"
],
"author": "Michael Paulson <michael.b.paulson@gmail.com>",
"license": "ALV2",
"bugs": {
"url": "https://github.com/Netflix/falcor-path-syntax/issues"
},
"homepage": "https://github.com/Netflix/falcor-path-syntax",
"devDependencies": {
"chai": "~2.2.0",
"mocha": "^2.3.0"
},
"dependencies": {}
}