-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"name": "Playlingua",
"description": "Online game to learn advanced spanish",
"version": "0.0.1",
"license": "MIT",
"main": "app.js",
"engines": {
"node": "0.10.x",
"npm": "2.5.0"
},
"dependencies": {
"async": "latest",
"bcrypt-nodejs": "latest",
"connect-flash": "0.1.1",
"ejs": "0.8.5",
"express": "3.4.8",
"mongoose": "^4.1.11",
"now": ">=0.0.1",
"passport": "0.2.0",
"passport-facebook": ">= 0.0.0",
"passport-google-oauth": ">= 0.0.0",
"passport-local": "0.1.6",
"passport-localapikey": "0.0.3",
"passport-twitter": ">= 0.0.0",
"socket.io": "latest"
},
"devDependencies": {
"browserify": "^9.0.3",
"connect-livereload": "^0.5.3",
"gulp": "^3.8.11",
"gulp-bower-files": "^0.2.7",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.6",
"gulp-embedlr": "^0.5.2",
"gulp-filter": "^2.0.2",
"gulp-flatten": "0.0.4",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-util": "^3.0.4",
"main-bower-files": "^2.6.2",
"mongodb-schema-miner": "0.0.1",
"tiny-lr": "^0.1.5"
},
"scripts": {
"start": "node app.js"
}
}