-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.2 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "snapdragon",
"description": "Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map support.",
"version": "0.12.1",
"homepage": "https://github.com/here-be/snapdragon",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"Daniel Tschinder (https://github.com/danez)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
],
"repository": "here-be/snapdragon",
"bugs": {
"url": "https://github.com/here-be/snapdragon/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"component-emitter": "^1.2.1",
"define-property": "^2.0.2",
"extend-shallow": "^3.0.2",
"get-value": "^2.0.6",
"isobject": "^3.0.0",
"map-cache": "^0.2.2",
"snapdragon-node": "^1.0.6",
"snapdragon-util": "^4.0.0",
"source-map": "^0.5.6",
"source-map-resolve": "^0.6.0",
"use": "^3.1.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"snapdragon-capture-set": "^1.0.1",
"snapdragon-capture": "^0.2.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.1",
"gulp-format-md": "^0.1.11",
"verb-generate-readme": "^0.6.0"
},
"keywords": [
"lexer",
"snapdragon"
],
"verb": {
"toc": "collapsible",
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"description": "A few of the libraries that use snapdragon:",
"implementations": [
"braces",
"breakdance",
"expand-brackets",
"extglob",
"micromatch",
"nanomatch"
],
"list": [
"snapdragon-capture",
"snapdragon-capture-set",
"snapdragon-node",
"snapdragon-util"
]
},
"reflinks": [
"css",
"pug",
"snapdragon-capture",
"snapdragon-capture-set",
"snapdragon-node"
],
"lint": {
"reflinks": true
}
}
}