-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
{
"name": "tapas-with-ember",
"description": "A Brunch skeleton for rapid Ember development. Including Ember install scripts, generators, and Ember.vim support.",
"author": {
"name": "Jeremy Mack",
"email": "@mutewinter",
"url": "http://twitter.com/mutewinter"
},
"version": "1.0.0",
"homepage": "https://github.com/mutewinter/tapas-with-ember",
"repository": {
"type": "git",
"url": "https://github.com/mutewinter/tapas-with-ember.git"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"start": "cake server",
"test": "./node_modules/.bin/testem"
},
"dependencies": {
"brunch": "=1.7.13",
"coffee-script": "~1.6.3",
"javascript-brunch": "~1.7.1",
"coffee-script-brunch": "~1.7.3",
"css-brunch": "~1.7.0",
"stylus-brunch": "~1.7.0",
"uglify-js-brunch": "~1.7.6",
"clean-css-brunch": "~1.7.1",
"auto-reload-brunch": "~1.7.1",
"ember-handlebars-brunch": "~1.1.0",
"semver": "~2.2.1",
"adm-zip": "~0.4.3",
"github": "~0.1.12",
"digest-brunch": "~1.0.4"
},
"devDependencies": {
"qunitjs": "*",
"testem": "~0.5.15"
}
}