-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 874 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 874 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
{
"name": "grit",
"description": "Grit - Girls Rock In Tech",
"author": "",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/elleanna/GRIT"
},
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production"
},
"dependencies": {},
"devDependencies": {
"es6-promise": "^4",
"babel-plugin-es6-promise": "^1.1.1",
"auto-reload-brunch": "^2.0.5",
"autoprefixer": "^6.5.1",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.3.13",
"brunch": "^2.4.0",
"brunch-static": "^1.2.1",
"clean-css-brunch": "^2.0.0",
"html-brunch-static": "^1.3.1",
"javascript-brunch": "^2.0.0",
"postcss-brunch": "brunch/postcss-brunch#07961d39cecfbc9aa02b48259bb551e56defd4e8",
"sass-brunch": "^2.7.0",
"uglify-js-brunch": "^2.0.0"
},
"license": "MIT"
}