-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1009 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
{
"name": "casefleet-static-site",
"version": "1.0.0",
"description": "Static site for CaseFleet.com; will include landing pages, blog pages, about, etc.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LAWPRCT/LAWPRCT.github.io.git"
},
"author": "LAWPRCT, Inc. d/b/a CaseFleet",
"license": "none",
"bugs": {
"url": "https://github.com/LAWPRCT/LAWPRCT.github.io/issues"
},
"homepage": "https://github.com/LAWPRCT/LAWPRCT.github.io#readme",
"devDependencies": {
"browser-sync": "^2.7.13",
"coffee-script": "^1.9.3",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.2",
"gulp-jade": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-serve": "^1.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"stylus": "^0.51.1"
}
}