-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 809 Bytes
/
package.json
File metadata and controls
34 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
{
"name": "brunch-for-homeless",
"version": "0.0.0",
"repository": "none",
"readme": "README.md",
"description": "Brunch skeleton for homeless guys, who are ready to make landing pages for food",
"main": "index.js",
"scripts": {
"test": "echo \"Are you kidding?\""
},
"keywords": [
"brunch",
"skeleton",
"homeless",
"food",
"landing",
"workforfood"
],
"author": "molefrog",
"license": "MIT",
"devDependencies": {
"auto-reload-brunch": "~1.7.3",
"bower": "~1.3.3",
"brunch": "^1.7.20",
"clean-css-brunch": "~1.7.1",
"coffee-script-brunch": "~1.8.0",
"css-brunch": "~1.7.0",
"jaded-brunch": "~1.7.11",
"javascript-brunch": "~1.7.1",
"stylus-brunch": "~1.8.0",
"uglify-js-brunch": "~1.7.7"
},
"dependencies": {}
}