@standard-library/q-prime
Version:
A tiny library to return arrays from DOM queries and allow composable queries.
45 lines (44 loc) • 1.33 kB
JSON
{
"name": "@standard-library/q-prime",
"version": "3.0.4",
"description": "A tiny library to return arrays from DOM queries and allow composable queries.",
"main": "index.js",
"scripts": {
"typecheck": "flow check",
"build": "babel index.es6.js --plugins=transform-flow-strip-types --presets=es2015 --out-file index.js",
"build:test": "browserify -t [ babelify --presets [ es2015 ] ] test/index.js > test/build/bundle.js",
"test": "npm run typecheck && npm run build && npm run build:test && testling -x open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/standard-library/q-prime.git"
},
"keywords": [
"arrays",
"dom",
"functional",
"q",
"query",
"query-selector"
],
"testling": {
"html": "test/index.html"
},
"author": "@artcommacode, @standard-library",
"license": "ISC",
"bugs": {
"url": "https://github.com/standard-library/q-prime/issues"
},
"homepage": "https://github.com/standard-library/q-prime#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"flow-bin": "^0.43.0",
"tape": "^4.6.3",
"testin": "0.0.1",
"testling": "^1.7.1"
}
}