-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.75 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
45
46
47
48
49
50
51
52
53
{
"name": "gaming-thrones",
"version": "0.1.0",
"devDependencies": {
"browserify-shim": "^3.5.0",
"gulp": "~3.8.11",
"gulp-add-src": "^0.2.0",
"gulp-browserify": "^0.5.0",
"gulp-clipboard": "^0.1.1",
"gulp-compass": "^1.1.9",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.4",
"gulp-preprocess": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^0.6.8",
"install": "^0.1.7",
"npm": ">=2.15.1",
"vinyl-source-stream": "~1.0.0",
"yargs": "^1.3.1"
},
"dependencies": {
"bulma": "^0.7.4",
"normalize.css": "~3.0.1",
"vinyl-source-buffer": "0.0.2"
},
"description": "tumblr-template-sass ====================",
"main": "./theme/js/main.js",
"browser": {
"tumblrPhotoset": "./theme/libs/tumblr-photoset/tumblr-photoset.js",
"tumblrPhotoset.albumPhotoset": "./theme/libs/tumblr-photoset/tumblr-photoset.album-photoset.js",
"tumblrPhotoset.albumPhotoset.highres": "./theme/libs/tumblr-photoset/tumblr-photoset.album-photoset.highres.js",
"tumblrPhotoset.albumPhotoset.lightbox": "./theme/libs/tumblr-photoset/tumblr-photoset.album-photoset.lightbox.js",
"tumblrPhotoset.albumPhotoset.rollover": "./theme/libs/tumblr-photoset/tumblr-photoset.album-photoset.rollover.js"
},
"scripts": {
"watch": "gulp watch",
"scripts": "gulp scripts",
"styles": "gulp styles",
"html": "gulp html",
"copy": "cat dist/main.tumblr | pbcopy"
},
"repository": {
"type": "git",
"url": "git://github.com/shadesoflight/tumblr-template-sass.git"
},
"author": "Chad Furman",
"license": "ISC",
"bugs": {
"url": "https://github.com/shadesoflight/tumblr-template-sass/issues"
},
"homepage": "https://github.com/shadesoflight/tumblr-template-sass"
}