-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "wisteria-life",
"version": "1.0.0",
"description": "Wisteria Life - Game of Life",
"main": "index.js",
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": ">=6.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yastapova/WisteriaLife.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yastapova/WisteriaLife/issues"
},
"homepage": "https://github.com/yastapova/WisteriaLife#readme",
"devDependencies": {
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-sass": "^2.3.2",
"gulp-serve": "^1.4.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"materialize-css": "^0.97.8",
"uglify": "^0.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "^4.14.0",
"firebase": "^3.6.3",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
}
}