forked from mysociety/node-jade-amd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 998 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 998 Bytes
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
{
"name": "jade-amd",
"version": "0.2.3",
"description": "Helpers for working with Jade templates in an AMD setting",
"keywords": [
"jade",
"amd",
"requirejs",
"express",
"middleware",
"connect",
"client-side"
],
"homepage": "https://github.com/mysociety/node-jade-amd",
"bugs": {
"url": "http://github.com/mysociety/node-jade-amd/issues"
},
"contributors": [
"Edmund von der Burg <evdb@mysociety.org> (http://www.mysociety.org/)",
"Marten Lienen <marten.lienen@gmail.com> (http://cqql.de)"
],
"main": "jade-amd",
"bin": {
"jade-amd": "./bin/jade-amd"
},
"repository": {
"type": "git",
"url": "http://github.com/mysociety/node-jade-amd.git"
},
"dependencies": {
"commander": ">= 0.6.0",
"mkdirp": ">= 0.3.2",
"findit": ">= 0.1.2",
"semver": "~2.2.1"
},
"devDependencies": {
"express": ">=2 <3",
"jade": ">= 0.25.0",
"requirejs": ">= 1.0.8"
},
"engines": {
"node": "*"
}
}