forked from DefinitelyTyped/definitelytyped.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"private": true,
"name": "definitelytyped.github.io",
"version": "0.1.0",
"description": "DefinitelyTyped website",
"homepage": "http://definitelytyped.github.io",
"keywords": [
"DefinitelyTyped",
"website"
],
"author": "DefinitelyTyped",
"maintainers": [],
"contributors": [],
"bugs": {
"url": "https://github.com/DefinitelyTyped/definitelytyped.github.io/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/definitelytyped.github.io.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/DefinitelyTyped/definitelytyped.github/master/LICENSE-MIT.txt"
}
],
"scripts": {
"test": "grunt test",
"deploy": "grunt deploy"
},
"dependencies": {},
"devDependencies": {
"docpad": "^6.79.0",
"docpad-plugin-eco": "^2.1.0",
"docpad-plugin-marked": "^2.2.0",
"docpad-plugin-partials": "^2.9.0",
"docpad-plugin-less": "^2.4.1",
"docpad-plugin-livereload": "^2.6.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-gh-pages": "^2.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"highlight.js": "^9.12.0",
"marked": "^0.3.2"
},
"main": "node_modules/docpad/bin/docpad-server"
}