-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 750 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 750 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
33
{
"name": "",
"version": "0.1.0",
"author": "",
"description": "",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"lint": "eslint --ext .js --ignore-pattern public",
"start": "brunch watch --server"
},
"dependencies": {
"angular": "^1.5.8",
"brunch": "^2.9.1",
"express": "^4.14.0",
"morgan": "^1.7.0",
"normalize.css": "^4.2.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "^6.0.6",
"babel-preset-es2015": "^6.14.0",
"clean-css-brunch": "^2.0.0",
"eslint": "^3.4.0",
"eslint-config-ryansobol": "^9.1.1",
"javascript-brunch": "^2.0.0",
"postcss-brunch": "^2.0.1",
"uglify-js-brunch": "^2.0.1"
}
}