forked from DefinitelyTyped/definitelytyped.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.37 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
{
"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"
}
],
"engines": {
"node": ">= 0.10.0 < 0.11.0",
"npm": "1.3"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"docpad": "~6.64.0",
"docpad-plugin-eco": "~2.0.3",
"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": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-gh-pages": "0.9.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-copy": "^0.5.0",
"jshint-path-reporter": "^0.1.3",
"highlight.js": "^8.0.0",
"marked": "^0.3.2"
},
"main": "node_modules/docpad/bin/docpad-server"
}