-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 1.96 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
72
{
"name": "simpla-text",
"version": "1.2.2",
"description": "Editable richtext for the Simpla content system",
"main": "simpla-text.html",
"scripts": {
"test": "gulp test:local",
"setup-nightwatch": "node nightwatch.conf.js",
"postinstall": "npm run setup-nightwatch",
"test:e2e": "node_modules/.bin/nightwatch --config nightwatch.conf.js"
},
"author": "Simpla <[email protected]>",
"license": "MIT",
"keywords": [
"simpla",
"web-components",
"custom-element",
"richtext",
"editor",
"cms",
"content-management"
],
"repository": {
"type": "git",
"url": "https://github.com/SimplaElements/simpla-text.git"
},
"bugs": {
"url": "https://github.com/SimplaElements/simpla-text/issues"
},
"browserslist": [
"last 2 versions",
"not Explorer < 11",
"not ExplorerMobile < 11"
],
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.2.1",
"babel-eslint": "^7.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.4.0",
"browser-sync": "^2.9.0",
"eslint": "^4.0.0",
"eslint-plugin-html": "^3.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^4.0.0",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-inline-source": "^3.0.0",
"gulp-nightwatch": "^0.3.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "^7.0.0",
"gulp-process-inline": "^0.1.1",
"gulp-rollup-file": "^0.1.0",
"gulp-size": "^2.0.0",
"http-server": "^0.10.0",
"lazypipe": "^1.0.1",
"mobile-detect": "^1.3.6",
"nightwatch": "^0.9.13",
"postcss-import": "^10.0.0",
"rollup-plugin-babel": "^2.6.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-json": "^2.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"run-sequence": "^1.1.5",
"selenium-download": "^2.0.9",
"simpla": "^2.1.2",
"web-component-tester": "^6.0.0",
"yargs": "^8.0.1"
}
}