-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "jade-highlighter",
"title": "Jade (Official Plugin)",
"description": "Add first class support for jade (including syntax highlighting). This module is maintained by the maintainer of jade.",
"homepage": "https://github.com/ForbesLindesay/jade-brackets",
"version": "2.0.0",
"author": "Forbes Lindesay (http://www.forbeslindesay.co.uk)",
"license": "MIT",
"engines": {
"brackets": ">=0.24.0"
},
"repository": {
"type": "git",
"url": "git://github.com/ForbesLindesay/jade-brackets.git"
},
"devDependencies": {
"rimraf": "~2.2.4",
"express": "~3.4.7",
"jade": "~0.35.0",
"node-zip": "~1.0.1",
"github-basic": "~2.0.0",
"mocha": "~1.15.1",
"promise": "^5.0.0",
"sha": "~1.2.3",
"barrage": "~1.0.0",
"browserify-middleware": "~2.2.0",
"win-spawn": "~2.0.0",
"then-request": "0.0.4"
},
"dependencies": {
"codemirror": "4.6.0",
"highlight-codemirror": "4.6.1"
},
"scripts": {
"test": "mocha -R spec",
"example": "node build.js && node example/server.js --browserify",
"release": "node build.js && npm test && node release.js"
}
}