-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
88 lines (88 loc) · 1.87 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
80
81
82
83
84
85
86
87
88
{
"name": "mootools-website",
"version": "0.2.1",
"description": "Website for MooTools",
"main": "index.js",
"scripts": {
"test": "node tests/run.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mootools/website.git"
},
"keywords": [
"mootools",
"mootools-core",
"mootools-more"
],
"author": "Arian Stolwijk",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"async": "0.2",
"body-parser": "~1.9.0",
"colors": "0.6",
"dateable": "0.3",
"errorhandler": "~1.2.0",
"event-stream": "~3.0.16",
"express": "4.9",
"forever-monitor": "~1.6",
"front-matter": "~0.1.3",
"fs-extra": "^0.22.1",
"github": "0.1",
"highlight.js": "7.3",
"jade": "0.31",
"js-yaml": "^3.2.2",
"marked": "~0.3.9",
"md5": "^1.0.0",
"mootools-packager": "~0.0.2",
"morgan": "~1.9.1",
"needle": "~0.6.3",
"nib": "0.9",
"prime": "0.1",
"request": "2.88",
"semver": "*",
"serve-favicon": "^2.1.5",
"slugify": "0.1",
"sqlite3": "^3.0.2",
"stylus": "0.32",
"twitter": "^1.2.5",
"uglify-js": "^2.4.15",
"unzip": "~0.1.9",
"wrapup": "0.12",
"wrapup-middleware": "0.0.x"
},
"devDependencies": {
"mocha": "1.11",
"expect.js": "0.3.x"
},
"_buildOutput": "cache",
"_projects": {
"core": {
"repository": "https://github.com/mootools/mootools-core",
"docsIntro": "Docs/Intro.md",
"versions": [
"1.6.0",
"1.5.2",
"1.5.1",
"1.4.5",
"1.3.2",
"1.2.6"
]
},
"more": {
"repository": "https://github.com/mootools/mootools-more",
"docsIntro": "Docs/More/More.md",
"versions": [
"1.6.0",
"1.5.2",
"1.5.1",
"1.5.0",
"1.4.0.1",
"1.3.2.1",
"1.2.5.1",
"1.0.2"
]
}
}
}