-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 3.06 KB
/
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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "app",
"version": "0.0.1",
"description": "app",
"main": "\"\"",
"scripts": {
"test": "echo \"Error: no test specified\" ",
"build-heroku": "gulp buildHeroku",
"start": "gulp"
},
"engines": {
"node": ">=6.0.x",
"npm": ">=3.x"
},
"keywords": [
"Angular",
"Material"
],
"author": "Rubenabix",
"license": "MIT",
"devDependencies": {
"add-stream": "^1.0.0",
"babel-cli": "^6.3.17",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"colors": "^1.1.2",
"del": "^2.1.0",
"eslint": "^1.10.3",
"eslint-config-gobold": "^0.1.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.1",
"gulp-cli": "github:gulpjs/gulp-cli",
"gulp-concat": "^2.6.0",
"gulp-cond": "^1.0.0",
"gulp-copy": "0.0.2",
"gulp-cssnano": "^2.1.0",
"gulp-env": "^0.4.0",
"gulp-eslint": "^1.1.1",
"gulp-htmlmin": "^1.3.0",
"gulp-hub": "^0.7.1",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-inline-source": "^2.1.0",
"gulp-insert": "^0.5.0",
"gulp-jade": "^1.1.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.2",
"gulp-minify": "0.0.5",
"gulp-minify-html": "^1.0.5",
"gulp-nodemon": "^2.0.6",
"gulp-print": "^2.0.1",
"gulp-pug": "^2.0.0",
"gulp-rev": "^6.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.3.1",
"gulp-uglify": "^1.5.1",
"jspm": "^0.16.32",
"path": "^0.12.7",
"wiredep": "^2.2.2",
"yargs": "^3.30.0"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"bell": "^7.4.0",
"blipp": "^2.3.0",
"bluebird": "^3.3.4",
"cache-manager": "^2.0.1",
"cloudinary": "^1.3.1",
"confidence": "^3.0.0",
"gcloud": "^0.30.3",
"good": "^6.4.0",
"good-console": "^5.2.0",
"googleapis": "^7.0.0",
"hapi": "^13.3.0",
"hapi-agenda": "^0.9.1",
"hapi-auth-cookie": "^6.1.1",
"hapi-auth-jwt2": "^5.3.1",
"hapi-mongoose-db-connector": "^2.1.3",
"hapi-require-https": "^2.0.4",
"hapi-swagger": "^5.0.1",
"hoek": "^3.0.4",
"inert": "^3.2.0",
"instagram-node": "^0.5.8",
"ioredis": "^1.14.0",
"ip": "^1.1.0",
"joi": "^8.0.5",
"jsonwebtoken": "^5.5.4",
"mongodb": "^1.4.40",
"mongoose": "^4.3.4",
"multiparty": "^4.1.2",
"node-tweet-stream": "^1.10.0",
"path": "^0.12.7",
"pm2": "^1.1.1",
"pug": "^2.0.0-alpha6",
"redis": "^2.4.2",
"redis-url": "^1.2.1",
"request": "^2.72.0",
"request-promise": "^3.0.0",
"socket.io": "^1.4.5",
"twit": "^2.2.4",
"vision": "^4.0.1",
"wreck": "^7.0.0"
},
"jspm": {
"directories": {
"baseURL": "dist/server/public"
},
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}