-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (32 loc) · 897 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
{
"name": "brunch-bower-site",
"version": "0.0.1",
"description": "ERROR: No README.md file found!",
"dependencies": {
"jade": "*",
"coffee-script": "*",
"brunch": "~1.6.3",
"bower": "~0.8.0",
"auto-reload-brunch": ">= 1.3 < 1.7",
"less-brunch": ">= 1.4 < 1.7",
"coffee-script-brunch": ">= 1.0 < 1.7",
"coffeelint-brunch": ">= 1.0 < 1.7",
"uglify-js-brunch": ">= 1.0 < 1.7",
"clean-css-brunch": ">= 1.0 < 1.7",
"jade-brunch": ">= 1.0 < 1.7",
"static-jade-brunch": ">= 1.0 < 1.7",
"bower-stylesheet-brunch": "*",
"bower-javascript-brunch": "*",
"bower-asserts-brunch": "*"
},
"devDependencies": {},
"scripts": {
"start": "brunch watch --server"
},
"repository": {
"type" : "git",
"url" : "https://github.com/GulinSS/brunch-bower-site.git"
},
"author": "[email protected]",
"license": "BSD"
}