-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.04 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.04 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "front",
"version": "0.1.19",
"description": "tlks.io front",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "make lint && make test && make uitest"
},
"repository": {
"type": "git",
"url": "https://github.com/moviewio/front.git"
},
"keywords": [
"tlks.io",
"front",
"frontend"
],
"author": "Raül Pérez <repejota@gmail.com>",
"contributors": [
{
"name": "José Gil",
"email": "josgilmo@gmail.com"
},
{
"name": "Eric Pinto",
"email": "ericpinto1985@gmail.com"
},
{
"name": "Issel Guberna",
"email": "issel.guberna@gmail.com"
},
{
"name": "Gorka López de Torre",
"email": "glopezdetorre@gmail.com"
}
],
"license": "MIT",
"dependencies": {
"MD5": "^1.2.2",
"async": "^0.9.0",
"body-parser": "^1.11.0",
"bower": "^1.3.12",
"bson-ext": "^0.1.13",
"cache-middleware": "git://github.com/tlksio/cache-middleware.git#develop",
"compression": "^1.4.3",
"csurf": "^1.8.0",
"express": "^4.11.1",
"express-session": "^1.10.1",
"feed": "^0.2.6",
"file-stream-rotator": "0.0.6",
"jade": "^1.10.0",
"libtlks": "git://github.com/tlksio/libtlks.git#develop",
"moment": "^2.9.0",
"mongodb": "^2.1.*",
"morgan": "^1.5.3",
"nodemon": "^1.10.2",
"oauth": "^0.9.12",
"request": "^2.53.0",
"serve-favicon": "^2.2.0",
"serve-static": "^1.8.1",
"slug": "^0.8.0",
"uuid": "^2.0.1",
"vhost": "^3.0.0",
"xml": "^1.0.0"
},
"devDependencies": {
"casperjs": "^1.1.0-beta3",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-coveralls": "^0.1.4",
"gulp-csslint": "^0.1.5",
"gulp-jshint": "^1.9.0",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^1.0.0",
"gulp-phantom": "0.0.6",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"istanbul": "^0.3.13",
"jshint-reporter-jscs": "^0.1.0",
"jshint-stylish": "^1.0.1",
"mocha": "^2.1.0",
"should": "^5.2.0"
}
}