forked from z1c0/dashydash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.34 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
49
50
51
52
53
54
55
56
57
{
"name": "dashydash",
"version": "1.1.0",
"description": "",
"scripts": {
"start": "node ./src/server.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/z1c0/dashydash.git"
},
"engines": {
"node": "8.15.0"
},
"author": "z1c0",
"license": "MIT",
"bugs": {
"url": "https://github.com/z1c0/dashydash/issues"
},
"homepage": "https://github.com/z1c0/dashydash#readme",
"dependencies": {
"babel-eslint": "^7.2.3",
"body-parser": "^1.18.3",
"browserify": "^14.5.0",
"cheerio": "^1.0.0-rc.1",
"cron": "^1.3.0",
"emojione": "^2.2.7",
"eslint-plugin-react": "^7.10.0",
"express": "^4.16.3",
"flux": "^3.1.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.3.1",
"gulp-live-server": "0.0.31",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.2.1",
"ical": "^0.5.0",
"moment": "^2.22.2",
"nedb": "^1.8.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"reactify": "^1.1.1",
"request": "^2.88.0",
"vinyl-source-stream": "^1.1.2",
"weather-icons": "^1.3.2"
},
"devDependencies": {
"chai": "^3.5.0",
"connect-livereload": "^0.6.0",
"mocha": "^3.1.2",
"webpack-cli": "^3.1.2"
}
}