source: trip-planner-front/node_modules/snapdragon-util/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "name": "snapdragon-util",
3 "description": "Utilities for the snapdragon parser/compiler.",
4 "version": "3.0.1",
5 "homepage": "https://github.com/jonschlinkert/snapdragon-util",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/snapdragon-util",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/snapdragon-util/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js"
14 ],
15 "main": "index.js",
16 "engines": {
17 "node": ">=0.10.0"
18 },
19 "scripts": {
20 "test": "mocha"
21 },
22 "dependencies": {
23 "kind-of": "^3.2.0"
24 },
25 "devDependencies": {
26 "define-property": "^1.0.0",
27 "gulp": "^3.9.1",
28 "gulp-eslint": "^3.0.1",
29 "gulp-format-md": "^0.1.12",
30 "gulp-istanbul": "^1.1.1",
31 "gulp-mocha": "^3.0.0",
32 "isobject": "^3.0.0",
33 "mocha": "^3.3.0",
34 "snapdragon": "^0.11.0",
35 "snapdragon-node": "^1.0.6"
36 },
37 "keywords": [
38 "capture",
39 "compile",
40 "compiler",
41 "convert",
42 "match",
43 "parse",
44 "parser",
45 "plugin",
46 "render",
47 "snapdragon",
48 "snapdragonplugin",
49 "transform",
50 "util"
51 ],
52 "verb": {
53 "toc": "collapsible",
54 "layout": "default",
55 "tasks": [
56 "readme"
57 ],
58 "plugins": [
59 "gulp-format-md"
60 ],
61 "lint": {
62 "reflinks": true
63 }
64 }
65}
Note: See TracBrowser for help on using the repository browser.