forked from mutewinter/tapas-with-ember
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 KB
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "brunch-with-brogrammers",
"description": "Brunch Ember skeleton made for real bros.",
"author": {
"name": "Jeremy Mack",
"email": "@mutewinter",
"url": "http://twitter.com/mutewinter"
},
"version": "0.0.1",
"homepage": "https://github.com/Hatlam/brunch-with-brogrammers",
"repository": {
"type": "git",
"url": "https://github.com/Hatlam/brunch-with-brogrammers.git"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"start": "cake server",
"test": "./node_modules/.bin/testem"
},
"dependencies": {
"adm-zip": "~0.4.4",
"auto-reload-brunch": "~1.7.1",
"bower": "~1.3.2",
"brunch": "=1.7.13",
"clean-css-brunch": "~1.7.1",
"coffee-script": "~1.7.1",
"coffee-script-brunch": "~1.8.0",
"css-brunch": "~1.7.0",
"digest-brunch": "~1.1.1",
"ember-handlebars-brunch": "~1.2.0",
"emblem-brunch": "git+https://github.com/machty/emblem-brunch.git#master",
"github": "~0.1.13",
"grunt": "^0.4.5",
"grunt-rsync": "^0.6.0",
"jaded-brunch": "^1.7.11",
"javascript-brunch": "~1.7.1",
"semver": "~2.2.1",
"stylus-brunch": "~1.8.0",
"uglify-js-brunch": "~1.7.6"
},
"devDependencies": {
"qunitjs": "*",
"rsync": "^0.3.0",
"testem": "~0.5.15"
}
}