-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.2 KB
/
package.json
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
{
"name": "jade",
"description": "A clean, whitespace-sensitive template language for writing HTML",
"version": "1.11.0",
"author": "TJ Holowaychuk <[email protected]>",
"maintainers": [
"Forbes Lindesay <[email protected]>",
"Matthias Le Brun <[email protected]>",
"Joshua Appelman <[email protected]>",
"Jonathan Ong <[email protected]>",
"Alex Kocharin <[email protected]>",
"Hemanth <[email protected]>",
"Timothy Gu <[email protected]>",
"Andreas Lubbe <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/pugjs/jade"
},
"main": "lib",
"bin": {
"jade": "./bin/jade.js"
},
"dependencies": {
"jade-code-gen": "0.0.4",
"jade-filters": "1.1.0",
"jade-lexer": "0.0.9",
"jade-linker": "0.0.3",
"jade-load": "0.0.4",
"jade-parser": "0.0.9",
"jade-runtime": "^2.0.0",
"jade-strip-comments": "^1.0.0"
},
"devDependencies": {
"browserify": "*",
"browserify-middleware": "~4.1.0",
"code-mirror": "~3.22.0",
"coveralls": "^2.11.2",
"doctypes": "^1.0.0",
"express": "^4.10.4",
"github-basic": "^5.0.0",
"highlight-codemirror": "^4.6.1",
"inconsolata": "0.0.2",
"istanbul": "*",
"jade-code-mirror": "~1.0.5",
"jade-highlighter": "~1.0.5",
"jquery": "^2.1.4",
"jstransformer-cdata": "^1.0.0",
"jstransformer-coffee-script": "^1.0.0",
"jstransformer-less": "^2.1.0",
"jstransformer-markdown-it": "^0.2.2",
"jstransformer-stylus": "^1.0.0",
"jstransformer-uglify-js": "^1.1.1",
"jstransformer-verbatim": "^1.0.0",
"less-file": "0.0.9",
"linify": "*",
"lsr": "^1.0.0",
"markdown-it": "^5.0.1",
"mocha": "*",
"pull-request": "^3.0.0",
"rimraf": "^2.2.8",
"should": "*",
"stop": "^3.0.0-rc1",
"stylus": "*",
"twbs": "0.0.6",
"uglify-js": "^2.6.1"
},
"scripts": {
"test": "mocha -R spec",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R dot",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"prepublish": "npm prune && linify transform bin"
},
"browser": {
"fs": false
},
"homepage": "http://jade-lang.com"
}