-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 976 Bytes
/
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
{
"name": "jade-mithrilier",
"version": "1.11.0",
"mod-project-name": "jade-mithrilier",
"description": "jade-mithrilier",
"keywords": [
"jade",
"compiler",
"mithril",
"view"
],
"homepage": "https://github.com/imrefazekas/jade-mithrilier",
"repository": {
"type": "git",
"url": "git://github.com/imrefazekas/jade-mithrilier.git"
},
"bugs": {
"url": "http://github.com/imrefazekas/jade-mithrilier/issues"
},
"author": {
"name": "Imre Fazekas",
"email": "[email protected]"
},
"license": "MIT",
"main": "lib/Main.js",
"dependencies": {
"esformatter": "^0.9.3",
"isa.js": "^1.6.1",
"jade": "^1.11.0"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-load-plugins": "^1.2.2",
"gulp-mocha": "^2.2.0"
},
"browser": {
"fs": false,
"child_process": false
},
"scripts": {},
"engines": {
"node": ">=0.12.2"
}
}