jets
Version:
Native CSS search engine
32 lines (31 loc) • 699 B
JSON
{
"name": "jets",
"version": "0.15.0",
"description": "Native CSS search engine",
"main": "jets.js",
"scripts": {
"test": "mocha-headless-chrome -f ./test/index.html"
},
"repository": {
"type": "git",
"url": "git@github.com:NeXTs/Jets.js.git"
},
"keywords": [
"css",
"search",
"list",
"jets"
],
"author": "Denis Lukov <denismassters@gmail.com> (https://github.com/NeXTs)",
"license": "MIT",
"devDependencies": {
"chai": "^4.0.0",
"jquery": "^3.0.0",
"mocha": "^3.0.0",
"mocha-headless-chrome": "^2.0.2"
},
"bugs": {
"url": "https://github.com/NeXTs/Jets.js/issues"
},
"homepage": "https://github.com/NeXTs/Jets.js"
}