-
Notifications
You must be signed in to change notification settings - Fork 549
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "pell",
"description": "pell - the simplest and smallest WYSIWYG text editor for web, with no dependencies",
"author": "Jared Reich",
"version": "1.0.6",
"main": "./dist/pell.min.js",
"scripts": {
"dev": "gulp",
"build": "gulp clean && gulp script && gulp style",
"lint": "./node_modules/.bin/eslint .js ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaredreich/pell.git"
},
"keywords": [
"text editor",
"editor",
"rich text",
"wysiwyg",
"contenteditable"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jaredreich/pell/issues"
},
"homepage": "https://github.com/jaredreich/pell",
"devDependencies": {
"babel-core": "6.23.1",
"babel-preset-es2015": "6.22.0",
"babel-preset-stage-0": "6.22.0",
"del": "2.2.2",
"eslint-config-jared": "1.2.0",
"gulp": "3.9.1",
"gulp-cssnano": "2.1.2",
"gulp-rename": "1.2.2",
"gulp-rollup": "2.14.0",
"gulp-sass": "3.1.0",
"gulp-size": "2.1.0",
"rollup": "0.45.1",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-uglify": "2.0.1",
"run-sequence": "1.2.2"
}
}