source: trip-planner-front/node_modules/snapdragon-node/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.5 KB
Line 
1{
2 "name": "snapdragon-node",
3 "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
4 "version": "2.1.1",
5 "homepage": "https://github.com/jonschlinkert/snapdragon-node",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/snapdragon-node",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/snapdragon-node/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 "define-property": "^1.0.0",
24 "isobject": "^3.0.0",
25 "snapdragon-util": "^3.0.1"
26 },
27 "devDependencies": {
28 "gulp": "^3.9.1",
29 "gulp-eslint": "^4.0.0",
30 "gulp-format-md": "^0.1.12",
31 "gulp-istanbul": "^1.1.2",
32 "gulp-mocha": "^3.0.1",
33 "mocha": "^3.4.2",
34 "snapdragon": "^0.11.0"
35 },
36 "keywords": [
37 "ast",
38 "compile",
39 "compiler",
40 "convert",
41 "node",
42 "parse",
43 "parser",
44 "plugin",
45 "render",
46 "snapdragon",
47 "snapdragonplugin",
48 "token",
49 "transform"
50 ],
51 "verb": {
52 "layout": "default",
53 "tasks": [
54 "readme"
55 ],
56 "plugins": [
57 "gulp-format-md"
58 ],
59 "related": {
60 "list": [
61 "breakdance",
62 "snapdragon",
63 "snapdragon-capture",
64 "snapdragon-cheerio",
65 "snapdragon-util"
66 ]
67 },
68 "reflinks": [
69 "verb",
70 "verb-generate-readme"
71 ],
72 "lint": {
73 "reflinks": true
74 }
75 }
76}
Note: See TracBrowser for help on using the repository browser.