-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.9 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "bespoke-theme-atomantic",
"version": "3.0.1",
"description": "A theme for Bespoke.js using x-gif",
"homepage": "https://github.com/atomantic/bespoke-theme-atomantic",
"bugs": "https://github.com/atomantic/bespoke-theme-atomantic/issues",
"author": {
"name": "Adam Eivy",
"url": "https://github.com/atomantic"
},
"main": "./dist/bespoke-theme-atomantic.min.js",
"repository": {
"type": "git",
"url": "git://github.com/atomantic/bespoke-theme-atomantic.git"
},
"scripts": {
"build": "./node_modules/.bin/gulp",
"deploy": "./node_modules/.bin/gulp deploy",
"start": "./node_modules/.bin/gulp demo",
"test": "./node_modules/.bin/gulp"
},
"devDependencies": {
"animate.css": "4.1.0",
"bespoke": "1.1.0",
"bespoke-backdrop": "1.0.0",
"bespoke-bullets": "1.1.0",
"bespoke-classes": "1.0.0",
"bespoke-hash": "1.1.0",
"bespoke-keys": "1.1.0",
"bespoke-progress": "1.0.0",
"bespoke-scale": "1.0.1",
"bespoke-touch": "1.0.0",
"brfs": "2.0.2",
"browserify": "16.5.1",
"browserify-shim": "3.8.14",
"function-bind": "1.1.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-clean": "0.4.0",
"gulp-connect": "5.7.0",
"gulp-csso": "4.0.1",
"gulp-gh-pages": "0.5.4",
"gulp-header": "2.0.9",
"gulp-plumber": "1.2.1",
"gulp-pug": "4.0.1",
"gulp-rename": "2.0.0",
"gulp-streamify": "1.0.2",
"gulp-stylus": "2.7.0",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"insert-css": "2.0.0",
"jquery": "3.5.1",
"lodash": "4.17.19",
"normalizecss": "3.0.0",
"opn": "6.0.0",
"prismjs": "1.23.0",
"through": "2.3.8",
"vinyl-source-stream": "2.0.0",
"vinyl-transform": "1.0.0",
"x-gif": "1.0.5"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"keywords": [
"bespoke-plugin",
"bespoke-theme"
],
"dependencies": {}
}