|
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:
852 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "hoopy",
|
|---|
| 3 | "version": "0.1.4",
|
|---|
| 4 | "license": "MIT",
|
|---|
| 5 | "description": "Like an array, but rounder.",
|
|---|
| 6 | "keywords": [
|
|---|
| 7 | "data",
|
|---|
| 8 | "structure",
|
|---|
| 9 | "collection",
|
|---|
| 10 | "array",
|
|---|
| 11 | "circular",
|
|---|
| 12 | "extends",
|
|---|
| 13 | "proxy"
|
|---|
| 14 | ],
|
|---|
| 15 | "author": "Phil Booth <pmbooth@gmail.com> (https://philbooth.me/)",
|
|---|
| 16 | "main": "index.js",
|
|---|
| 17 | "engines": {
|
|---|
| 18 | "node": ">= 6.0.0"
|
|---|
| 19 | },
|
|---|
| 20 | "scripts": {
|
|---|
| 21 | "lint": "eslint .",
|
|---|
| 22 | "test": "mocha --es_staging --ui tdd test.js",
|
|---|
| 23 | "release": "release"
|
|---|
| 24 | },
|
|---|
| 25 | "repository": {
|
|---|
| 26 | "type": "git",
|
|---|
| 27 | "url": "git+https://gitlab.com/philbooth/hoopy.git"
|
|---|
| 28 | },
|
|---|
| 29 | "homepage": "https://gitlab.com/philbooth/hoopy#readme",
|
|---|
| 30 | "bugs": {
|
|---|
| 31 | "url": "https://gitlab.com/philbooth/hoopy/issues"
|
|---|
| 32 | },
|
|---|
| 33 | "devDependencies": {
|
|---|
| 34 | "chai": "^4.1.2",
|
|---|
| 35 | "eslint": "^3.19.0",
|
|---|
| 36 | "mocha": "^5.2.0",
|
|---|
| 37 | "please-release-me": "^2.0.2"
|
|---|
| 38 | }
|
|---|
| 39 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.