|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
668 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "css-select-base-adapter",
|
|---|
| 3 | "version": "0.1.1",
|
|---|
| 4 | "description": "Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.",
|
|---|
| 5 | "main": "index.js",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "test": "mocha"
|
|---|
| 8 | },
|
|---|
| 9 | "repository": {
|
|---|
| 10 | "type": "git",
|
|---|
| 11 | "url": "https://github.com/nrkn/css-select-base-adapter.git"
|
|---|
| 12 | },
|
|---|
| 13 | "keywords": [
|
|---|
| 14 | "css",
|
|---|
| 15 | "select",
|
|---|
| 16 | "adapter",
|
|---|
| 17 | "css-select"
|
|---|
| 18 | ],
|
|---|
| 19 | "bugs": {
|
|---|
| 20 | "url": "https://github.com/nrkn/css-select-base-adapter/issues"
|
|---|
| 21 | },
|
|---|
| 22 | "homepage": "https://github.com/nrkn/css-select-base-adapter#readme",
|
|---|
| 23 | "author": "Nik Coughlin <nrkn.com@gmail.com>",
|
|---|
| 24 | "license": "MIT"
|
|---|
| 25 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.