-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "pimatic-org",
"version": "0.0.1",
"private": true,
"homepage": "https://pimatic.org",
"author": "Oliver Schneider",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"bluebird": "^2.3.6",
"coffee-script": "^1.8.0",
"coffeekup": "^0.3.1",
"cson": "^3.0.2",
"decl-api": "0.0.6",
"docpad": "~6.78.4",
"docpad-plugin-cleanurls": "~2.8.1",
"docpad-plugin-coffeekup": "~2.2.0",
"docpad-plugin-coffeescript": "~2.5.0",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-gist": "~2.1.1",
"docpad-plugin-jade": "~2.10.0",
"docpad-plugin-less": "~2.4.1",
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-partials": "~2.9.2",
"docpad-plugin-related": "~2.2.2",
"docpad-plugin-repocloner": "~2.2.2",
"docpad-plugin-stylus": "~2.11.0",
"docpad-plugin-text": "~2.3.3",
"event-stream": "3.3.4",
"ext-tar": "^0.1.5",
"grunt-ftp-deploy": "~0.1.1",
"install": "^0.1.7",
"marked": "*",
"mime": "^1.3.4",
"natural-compare-lite": "^1.4.0",
"npm": "^2.1.4",
"request-promise": "^0.2.4",
"rimraf": "^2.2.8",
"rimraf-promise": "^1.0.0",
"seedrandom": "^2.3.10",
"shariff": "^1.18.0",
"tar": "^2.0.0",
"tarball-extract": "github:sweetpi/tarball-extract"
},
"devDependencies": {
"bower": "~1",
"docpad-plugin-livereload": "~2.7.1",
"grunt": "~0.4.2"
}
}