forked from scout-app/scout-app.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 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
{
"name": "scout-app-site",
"version": "0.1.0",
"description": "Official website of the open source desktop app, Scout-App. The easiest way to process Sass.",
"repository": {
"type": "git",
"url": "git+https://github.com/scout-app/scout-app.git"
},
"author": "The Jared Wilcurt",
"bugs": {
"url": "https://github.com/scout-app/scout-app/issues"
},
"homepage": "http://Scout-App.io",
"devDependencies": {
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.1",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2",
"sass": "^0.5.0"
},
"scripts": {
"start": "gulp"
},
"license": "MIT",
"licenses": [{
"type": "MIT",
"url": "https://github.com/scout-app/scout-app/blob/master/LICENSE"
}]
}