forked from Alex-D/Trumbowyg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "trumbowyg",
"title": "Trumbowyg",
"description": "A lightweight WYSIWYG editor",
"version": "2.0.0-beta.3",
"main": "dist/trumbowyg.js",
"homepage": "http://alex-d.github.io/Trumbowyg",
"author": {
"name": "Alexandre Demode (Alex-D)",
"email": "[email protected]",
"url": "http://alex-d.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/Alex-D/Trumbowyg.git"
},
"bugs": {
"url": "https://github.com/Alex-D/Trumbowyg/issues"
},
"license": "MIT",
"devDependencies": {
"bower": "^1.3.9",
"del": "^1.1.1",
"gulp": "^3.8.5",
"gulp-autoprefixer": "0.0.8",
"gulp-concat": "~2.3.4",
"gulp-header": "^1.2.2",
"gulp-imagemin": "~1.0.0",
"gulp-jshint": "~1.8.4",
"gulp-livereload": "~2.1.0",
"gulp-load-plugins": "~0.5.3",
"gulp-minify-css": "~0.3.7",
"gulp-newer": "~0.3.0",
"gulp-rename": "~1.2.0",
"gulp-sass": "~0.7.3",
"gulp-size": "~1.0.0",
"gulp-uglify": "~0.3.1",
"gulp.spritesmith": "~1.1.1",
"jshint-stylish": "~0.4.0",
"vinyl-paths": "^1.0.0"
},
"scripts": {
"build": "npm install && gulp build",
"start": "gulp",
"test": "gulp test"
}
}