-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (31 loc) · 931 Bytes
/
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
{
"author": "gregory nicholas",
"name": "pitchbook",
"description": "a fucking gorgous page-flip template for presentations.",
"version": "0.0.1",
"homepage": "https://github.com/gregorynicholas/pitchbook",
"repository": {
"type": "git",
"url": "[email protected]:gregorynicholas/pitchbook.git"
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9"
},
"scripts": {
"start": "brunch watch --server",
"test": "brunch test"
},
"dependencies": {
"javascript-brunch": "> 1.0 < 1.5",
"coffee-script-brunch": "> 1.0 < 1.5",
"css-brunch": "> 1.0 < 1.5",
"handlebars-brunch": "> 1.0 < 1.5",
"uglify-js-brunch": "> 1.0 < 1.5",
"clean-css-brunch": "> 1.0 < 1.5",
"coffeelint-brunch": "> 1.0 < 1.5",
"stylus-brunch": "1.5.x"
},
"devDependencies": {
"js-fixtures": "1.1.1"
}
}