first commit
This commit is contained in:
24
bootstrap/node_modules/component-query/package.json
generated
vendored
Normal file
24
bootstrap/node_modules/component-query/package.json
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "component-query",
|
||||
"description": "Query the DOM with selector engine fallback support",
|
||||
"version": "0.0.3",
|
||||
"keywords": [
|
||||
"query",
|
||||
"selector",
|
||||
"engine",
|
||||
"dom",
|
||||
"elements"
|
||||
],
|
||||
"dependencies": {},
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/component/query.git"
|
||||
},
|
||||
"component": {
|
||||
"scripts": {
|
||||
"query/index.js": "index.js"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user