-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (34 loc) · 809 Bytes
/
package.json
File metadata and controls
37 lines (34 loc) · 809 Bytes
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
{
"author": "Lou Kosak",
"name": "Teddy",
"description": "Fun Times TED talks browser",
"version": "0.0.1",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"start": "brunch watch --server",
"test": "brunch test",
"postinstall": "brunch build --minify"
},
"dependencies": {
"statik": ">= 1.1.0",
"brunch": ">= 1.0 < 1.5",
"javascript-brunch": ">= 1.0 < 1.5",
"coffee-script-brunch": ">= 1.0 < 1.5",
"css-brunch": ">= 1.0 < 1.5",
"stylus-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",
"chai": "1.2.0",
"sinon": "1.4.2",
"sinon-chai": "2.1.2"
}
}