-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "simpla-element-behavior",
"version": "0.2.3",
"description": "Instantly connect an element to Simpla's API",
"main": "simpla-element-behavior.html",
"scripts": {
"test": "gulp test:local"
},
"author": "Simpla <[email protected]>",
"license": "MIT",
"keywords": [
"simpla",
"content management",
"web components",
"behavior",
"polymer behavior"
],
"repository": {
"type": "git",
"url": "https://github.com/SimplaElements/simpla-behavior.git"
},
"bugs": {
"url": "https://github.com/SimplaElements/simpla-behavior/issues"
},
"browserslist": [
"last 2 versions",
"not Explorer < 11",
"not ExplorerMobile < 11"
],
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel-core": "^6.2.1",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.4.0",
"browser-sync": "^2.9.0",
"eslint": "^3.14.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.0.0",
"gulp-process-inline": "^0.1.1",
"gulp-size": "^2.0.0",
"run-sequence": "^1.1.5",
"web-component-tester": "^5.0.0",
"yargs": "^7.1.0"
}
}