-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 974 Bytes
/
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
{
"name": "picgram",
"version": "0.1.0",
"description": "Share your pics with your friends",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/apedrolam/picgram.git"
},
"keywords": [
"picgram"
],
"author": "Albert Pedrola",
"license": "MIT",
"bugs": {
"url": "https://github.com/apedrolam/picgram/issues"
},
"homepage": "https://github.com/apedrolam/picgram#readme",
"dependencies": {
"empty-element": "^1.0.0",
"express": "^4.15.3",
"materialize-css": "^0.99.0",
"page": "^1.7.1",
"pug": "^2.0.0-rc.2",
"yo-yo": "^1.4.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"scripts": {
"build": "gulp",
"start": "gulp watch & node server.js"
}
}