|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
883 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "nwsapi",
|
|---|
| 3 | "version": "2.2.23",
|
|---|
| 4 | "description": "Fast CSS Selectors API Engine",
|
|---|
| 5 | "homepage": "https://javascript.nwbox.com/nwsapi/",
|
|---|
| 6 | "main": "./src/nwsapi",
|
|---|
| 7 | "keywords": [
|
|---|
| 8 | "css",
|
|---|
| 9 | "css3",
|
|---|
| 10 | "css4",
|
|---|
| 11 | "matcher",
|
|---|
| 12 | "selector"
|
|---|
| 13 | ],
|
|---|
| 14 | "licenses": [
|
|---|
| 15 | {
|
|---|
| 16 | "type": "MIT",
|
|---|
| 17 | "url": "https://javascript.nwbox.com/nwsapi/MIT-LICENSE"
|
|---|
| 18 | }
|
|---|
| 19 | ],
|
|---|
| 20 | "license": "MIT",
|
|---|
| 21 | "author": {
|
|---|
| 22 | "name": "Diego Perini",
|
|---|
| 23 | "email": "diego.perini@gmail.com",
|
|---|
| 24 | "web": "https://www.iport.it/"
|
|---|
| 25 | },
|
|---|
| 26 | "maintainers": [
|
|---|
| 27 | {
|
|---|
| 28 | "name": "Diego Perini",
|
|---|
| 29 | "email": "diego.perini@gmail.com",
|
|---|
| 30 | "web": "https://www.iport.it/"
|
|---|
| 31 | }
|
|---|
| 32 | ],
|
|---|
| 33 | "bugs": {
|
|---|
| 34 | "url": "https://github.com/dperini/nwsapi/issues"
|
|---|
| 35 | },
|
|---|
| 36 | "repository": {
|
|---|
| 37 | "type": "git",
|
|---|
| 38 | "url": "git://github.com/dperini/nwsapi.git"
|
|---|
| 39 | },
|
|---|
| 40 | "scripts": {
|
|---|
| 41 | "lint": "eslint ./src/nwsapi.js"
|
|---|
| 42 | }
|
|---|
| 43 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.