-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "taunus.io",
"version": "1.0.2",
"engines": {
"node": "0.10.x"
},
"description": "Documentation mini-site for Taunus. Built on Taunus!",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/taunus/taunus.io.git"
},
"author": "Nicolas Bevacqua <[email protected]> (http://bevacqua.io/)",
"contributors": [
{
"name": "Nicolas Bevacqua",
"email": "[email protected]"
},
{
"name": "JC Ivancevich",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/taunus/taunus.io/issues"
},
"homepage": "https://github.com/taunus/taunus.io",
"scripts": {
"start": "./start"
},
"dependencies": {
"dominus": "5.0.2",
"hapi": "8.8.0",
"hapiify": "1.0.0",
"jadum": "1.4.0",
"jstransformer-ultramarked": "1.0.0",
"raf": "3.1.0",
"stylus": "0.52.0",
"taunus": "7.1.6",
"taunus-hapi": "1.4.0"
},
"devDependencies": {
"emoji-random": "0.1.2",
"nib": "1.1.0",
"nodemon": "1.3.8",
"normalize.css": "3.0.3",
"watchify": "3.3.0"
}
}