forked from frctl/mandelbrot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "@frctl/mandelbrot",
"version": "1.1.0",
"description": "The default theme for Fractal.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/frctl/mandelbrot.git"
},
"bugs": {
"url": "https://github.com/frctl/mandelbrot/issues"
},
"author": "Mark Perkins <[email protected]> (http://clearleft.com/)",
"license": "MIT",
"scripts": {
"build": "gulp",
"prepublish": "npm run build"
},
"peerDependencies": {
"@frctl/fractal": ">= 1.1.0-alpha.0 < 2"
},
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-sass": "^2.2.0",
"gulp-sass-glob": "^1.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^2.0.0",
"gulp-uglify": "^1.5.3",
"highlight.js": "^9.1.0",
"jquery": "^2.2.1",
"jquery-pjax": "git+https://github.com/defunkt/jquery-pjax.git",
"jquery-resizable-dom": "^0.16.0",
"normalize.css": "^4.1.1",
"sass-mq": "^3.2.6",
"select2": "^4.0.3",
"stylelint-config-standard": "^7.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"@frctl/fractal": "^1.1.0-alpha.0",
"lodash": "^4.12.0",
"js-beautify": "^1.6.2"
}
}