-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.01 KB
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
{
"name": "fcc-indy",
"version": "0.1.0",
"description": "FCC Indy!",
"repository": {
"type": "git",
"url": "git+https://github.com/scout-app/scout-app.git"
},
"author": "Matt",
"bugs": {
"url": "https://github.com/scout-app/scout-app/issues"
},
"devDependencies": {
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.1.0",
"gulp-line-ending-corrector": "^1.0.2",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"lodash": "^4.17.10",
"meetup-api": "^1.4.32",
"sass": "^1.3.2"
},
"scripts": {
"start": "gulp",
"generate": "node js/generate-meetup-data.js"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/scout-app/scout-app/blob/master/LICENSE"
}
]
}