grasp-squery
Version:
Grasp query backend using css style selectors
46 lines (45 loc) • 920 B
JSON
{
"name": "grasp-squery",
"version": "0.4.0",
"author": "George Zahariev <z@georgezahariev.com>",
"description": "Grasp query backend using css style selectors",
"homepage": "http://graspjs.com/docs/squery",
"keywords": [
"grasp",
"query",
"squery",
"ast",
"selectors",
"javascript",
"css",
"search"
],
"files": [
"lib",
"README.md",
"LICENSE"
],
"main": "./lib/",
"bugs": "https://github.com/gkz/grasp-squery/issues",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/gkz/grasp-squery.git"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"prelude-ls": "~1.1.2",
"grasp-syntax-javascript": "~0.2.0"
},
"devDependencies": {
"livescript": "~1.4.0",
"mocha": "~2.1.0",
"istanbul": "~0.1.43",
"flow-parser": "^0.*"
}
}