-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "Strijp-CS",
"description": "The best project ever.",
"version": "0.1.0",
"homepage": "http://strijpcs.nl",
"author": {
"name": "Ben van de Sande | Pomodoro",
"email": "ben@pomodoro.nl",
"url": "http://pomodoro.nl"
},
"repository": {
"type": "git",
"url": "git://github.com/benvds/Strijp-CS.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://strijpcs.nl/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"docpad": "6.x",
"docpad-plugin-coffeescript": "2.x",
"docpad-plugin-eco": "2.x",
"docpad-plugin-marked": "2.x",
"docpad-plugin-partials": "2.x",
"docpad-plugin-less": "2.x",
"docpad-plugin-text": "2.x",
"grunt": "~0.3.17",
"grunt-css": "~0.3.2",
"bal-util": "~1.15.3",
"underscore": "~1.4.3"
},
"devDependencies": {
"docpad-plugin-livereload": "2.x"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
}