-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "saveinsta",
"version": "0.2.0",
"description": "A sample Node.js app using Express 4",
"main": "index.js",
"scripts": {
"start": "node index.js",
"compile:sass": "node-sass public/styles/main.scss public/styles/styles.css -w"
},
"dependencies": {
"express": "^4.16.3",
"ffmpeg": "0.0.4",
"file-system": "^2.2.2",
"gifify": "^2.4.2",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2"
},
"engines": {
"node": "4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heroku/node-js-sample.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"author": "Mark Pundsack",
"contributors": [
"Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/heroku/node-js-sample/issues"
},
"homepage": "https://github.com/heroku/node-js-sample#readme",
"devDependencies": {
"gulp-install": "^1.1.0",
"gulp-uglify-es": "^1.0.1",
"node-sass": "^4.11.0"
}
}