source: frontend/node_modules/unquote/package.json

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: 634 bytes
Line 
1{
2 "name": "unquote",
3 "version": "1.1.1",
4 "description": "Remove wrapping quotes from a string.",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test/*"
8 },
9 "author": "Cameron Lakenen <cameron@lakenen.com>",
10 "license": "MIT",
11 "devDependencies": {
12 "tape": "^2.13.4"
13 },
14 "directories": {
15 "test": "test"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/lakenen/node-unquote.git"
20 },
21 "bugs": {
22 "url": "https://github.com/lakenen/node-unquote/issues"
23 },
24 "homepage": "https://github.com/lakenen/node-unquote",
25 "keywords": [
26 "string",
27 "unquote",
28 "quotes"
29 ]
30}
Note: See TracBrowser for help on using the repository browser.