-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 971 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 971 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
{
"name": "your-app",
"description": "Description",
"author": "Your Name",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "brunch watch --server",
"test": "brunch test"
},
"dependencies": {
"auto-reload-brunch": ">= 1.3 < 1.7",
"bower": "~0.8.0",
"bower-asserts-brunch": "*",
"bower-javascript-brunch": "*",
"bower-stylesheet-brunch": "*",
"brunch": "~1.6.3",
"clean-css-brunch": ">= 1.0 < 1.7",
"coffee-script": "*",
"coffee-script-brunch": ">= 1.0 < 1.7",
"coffeelint-brunch": ">= 1.0 < 1.7",
"jade": "*",
"jade-brunch": ">= 1.0 < 1.7",
"jade-react-brunch": "git://github.com/d0rc/jade-react-brunch#ad45f27a1b656968d64531c91e3d9619f54fd963",
"jquery": "^2.1.4",
"less-brunch": "^1.5.2",
"sass-brunch": "^1.8.10",
"static-jade-brunch": ">= 1.0 < 1.7",
"uglify-js-brunch": ">= 1.0 < 1.7",
"version-brunch": "^1.0.1"
}
}