-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.93 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "protoBlog",
"version": "0.0.1",
"description": "app use for create blog with connection account.",
"scripts": {
"preinstall": "sudo apt-get install g++",
"dev": "ENV_DEFINITION=development nodemon --watch app/server/ app/server/index.js",
"start": "nodemon ./app/server/index.js",
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/benjaminW78/protoYoutubeVideoDL.git"
},
"keywords": [
"side-project",
"blog",
"proto"
],
"author": "benjamin winckell",
"license": "ISC",
"bugs": {
"url": "https://github.com/benjaminW78/protoYoutubeVideoDL/issues"
},
"homepage": "https://github.com/benjaminW78/protoYoutubeVideoDL",
"devDependencies": {
"browser-sync": "2.9.12",
"browserify": "10.2.1",
"del": "2.1.0",
"eslint-config-airbnb": "1.0.0",
"eslint-plugin-react": "3.10.0",
"gulp": "3.9.0",
"gulp-eslint": "1.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.7",
"lodash.assign": "3.2.0",
"mocha": "2.2.5",
"nodemon": "1.8.1",
"should": "6.0.3",
"sinon": "1.14.1",
"stringify": "3.1.0",
"supertest": "1.0.1",
"uglifyify": "3.0.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.6.0"
},
"dependencies": {
"angular": "1.4.7",
"angular-route": "1.4.8",
"angular-ui-bootstrap": "1.2.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.12.4",
"bootstrap": "3.3.4",
"bootstrap-notify": "3.1.3",
"browserify": "10.2.1",
"cookie-parser": "1.4.0",
"express-session": "1.11.3",
"formidable": "1.0.17",
"jquery": "2.1.4",
"marked": "0.3.5",
"moment-timezone": "0.4.1",
"ng-file-upload": "12.0.1",
"passport": "0.2.2",
"passport-local": "1.0.0",
"pg": "4.4.2",
"pg-large-object": "1.0.1",
"q": "1.4.1",
"query-string": "4.1.0",
"serve-static": "1.10.0"
}
}