-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 951 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
36
37
38
39
40
41
{
"name": "DolDem",
"description": "Vote with your dollar!",
"author": "Benjamin Aronov",
"version": "0.1.0",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": "4.1.1"
},
"scripts": {
"start": "brunch watch --server",
"prod": "brunch build --production"
},
"dependencies": {
"async": "^2.1.2",
"cheerio": "^0.22.0",
"cors": "^2.8.1",
"express": "^4.14.0",
"handlebars": "^4.0.6",
"jquery": "^3.1.0",
"material-design-lite": "^1.2.1",
"request": "^2.76.0",
"semantics3-node": "0.0.3",
"util": "^0.10.3",
"xml2js": "^0.4.17"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "^6.3.13",
"brunch": "^2.4.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"handlebars-brunch": "^2.0.1",
"javascript-brunch": "^2.0.0",
"uglify-js-brunch": "^2.0.0"
}
}