forked from TryGhost/Casper
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 996 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
{
"name": "rosa",
"description": "The theme for the DSA Libertarian Socialist Caucus.",
"version": "1.0.0",
"engines": {
"ghost": ">=1.2.0"
},
"license": "MIT",
"author": {
"name": "DSA LSC",
"email": "[email protected]",
"url": "http://www.dsa-lsc.org"
},
"repository": {
"type": "git",
"url": "https://github.com/TryGhost/Casper.git"
},
"bugs": "https://github.com/TryGhost/Casper/issues",
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
"devDependencies": {
"gulp": "3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "3.8.1",
"gulp-nodemon": "2.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.8",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"main-bower-files": "^2.13.1"
},
"config": {
"posts_per_page": 25
}
}