-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 856 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": "maurooviedo.com",
"description": "Personal website as a Single View App hosted on S3, CloudFront and Route 53.",
"author": "Mauro Oviedo",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production"
},
"dependencies": {
"bootswatch": "^3.0.0",
"vue": "^1.0.0",
"vue-router": "^0.7.13",
"vue-strap": "^1.0.7"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"babel-brunch": "^6.0.2",
"brunch": "^2.0.0",
"chai": "^3.0.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"javascript-brunch": "^2.0.0",
"mocha": "^2.0.0",
"sass-brunch": "^2.0.0",
"sinon": "^1.0.0",
"uglify-js-brunch": "^2.0.0",
"vue-brunch": "^1.0.0"
}
}