-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "90-years-in-weeks",
"version": "0.0.1",
"description": "A calendar of a 90 year life in weeks",
"repository": {
"type": "git",
"url": "git+https://github.com/mgarbacz/90-years-in-weeks.git"
},
"author": {
"name": "Michal Garbacz",
"email": "[email protected]",
"url": "http://michal.garbacz.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mgarbacz/90-years-in-weeks/issues"
},
"homepage": "https://mgarbacz.github.io/90-years-in-weeks",
"scripts": {
"start": "npm run serve",
"build": "./node_modules/.bin/brunch build",
"prod": "./node_modules/.bin/brunch build --production",
"watch": "./node_modules/.bin/brunch watch",
"serve": "./node_modules/.bin/brunch watch --server"
},
"devDependencies": {
"auto-reload-brunch": "^2.1.0",
"babel-brunch": "^6.0.2",
"brunch": "^2.4.2",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"eslint-brunch": "^3.4.0",
"javascript-brunch": "^2.0.0",
"less-brunch": "^2.0.0",
"uglify-js-brunch": "^2.0.1"
}
}