forked from 2braincells2go/previewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.06 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
{
"name": "previewer",
"description": "A simple jQuery page preview plugin.",
"version": "0.1.0",
"main": "dist/previewer.js",
"keywords": [
"page",
"preview",
"jquery",
"plugin",
"html",
"css",
"javascript",
"front-end",
"web",
"development"
],
"author": {
"name": "Fengyuan Chen",
"url": "https://github.com/fengyuanchen"
},
"homepage": "https://github.com/fengyuanchen/previewer",
"repository": {
"type": "git",
"url": "https://github.com/fengyuanchen/previewer.git"
},
"bugs": {
"url": "https://github.com/fengyuanchen/previewer/issues"
},
"license": "MIT",
"dependencies": {
"jquery": ">= 1.9.1"
},
"devDependencies": {
"gulp": "^3.9",
"gulp-autoprefixer": "^2.3.1",
"gulp-csscomb": "^3.0.3",
"gulp-csslint": "^0.1.5",
"gulp-jscs": "^1.5.1",
"gulp-jshint": "^1.11.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.6",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.1.0"
}
}