-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.47 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
{
"name": "Pulzo_Material",
"version": "1.0.0",
"description": "Material page for pulzo frontend framework",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pulzo/material.git"
},
"keywords": [
"MEAN",
"MVC"
],
"author": "Brayan Serrano <[email protected]> Nicolás Murte <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pulzo/material/issues"
},
"homepage": "https://github.com/pulzo/issues",
"dependencies": {
"body-parser": "^1.10.1",
"connect": "^3.4.1",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.0.0",
"ejs": "^2.4.1",
"express": "latest",
"express-session": "^1.10.1",
"fs": "0.0.2",
"gulp": "latest",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"less-plugin-autoprefix": "^1.5.*",
"less-plugin-clean-css": "^1.5.*",
"mongodb": "1.4.9",
"mongoose": "^3.8.28",
"multiparty": "^4.1.2",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"path": "^0.12.7",
"sys": "0.0.1",
"socket.io": "^1.4.5"
}
}