-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
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
42
43
44
45
46
47
48
{
"name": "dsc-node",
"description": "DSC Node",
"author": "Denver Abrey",
"version": "0.0.5",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/denvera/dsc-node"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bootstrap": "~3.3.7",
"bunyan": "^1.4.0",
"compression": "^1.6.2",
"config": "^1.14.0",
"express": "^4.15.2",
"less": "^2.7.2",
"lodash": "~4.17.4",
"node-schedule": "^1.2.1",
"node-storage": "0.0.7",
"nodemailer": "^4.4.2",
"pug": "^2.0.0-rc.4",
"react": "^16.2.0",
"react-bootstrap": "~0.32.1",
"react-dom": "^16.2.0",
"socket.io": "^2.0.4"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "^6.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.17.1",
"brunch": "^2.10.9",
"clean-css-brunch": "^2.10.0",
"coffee-script-brunch": "^2.10.1",
"css-brunch": "^2.10.0",
"javascript-brunch": "^2.10.0",
"less-brunch": "^2.10.0",
"morgan": "^1.8.1",
"sass-brunch": "^2.10.4",
"uglify-js-brunch": "^2"
}
}