-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 KB
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
{
"name": "simpla-paths",
"version": "1.0.2",
"description": "Structure Simpla content in code with new HTML attributes",
"main": "simpla-paths.min.js",
"scripts": {
"test": "gulp test:local"
},
"author": "Simpla",
"license": "MIT",
"keywords": [
"web components",
"simpla-path"
],
"repository": {
"type": "git",
"url": "https://github.com/SimplaElements/simpla-paths.git"
},
"bugs": {
"url": "https://github.com/SimplaElements/simpla-paths/issues"
},
"browserslist": [
"last 2 versions",
"not Explorer < 11",
"not ExplorerMobile < 11"
],
"devDependencies": {
"babel-core": "^6.2.1",
"babel-eslint": "^7.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.3.3",
"browser-sync": "^2.18.8",
"custom-attributes": "^1.1.3",
"eslint": "^4.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-filter": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-inline-source": "^3.0.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-process-inline": "^0.1.4",
"gulp-rename": "^1.2.2",
"gulp-rollup-file": "^0.1.3",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^3.0.0",
"lazypipe": "^1.0.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"run-sequence": "^1.2.2",
"web-component-tester": "^6.0.0",
"yargs": "^8.0.1"
}
}