forked from vpusher/the-grid
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 1.75 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
{
"name": "@fluidnext-polymer/paper-grid",
"version": "3.0.4",
"description": "Grid component with drag and drop",
"scripts": {
"test-safari": "polymer test -l safari",
"test-chrome": "polymer test -l chrome",
"serve": "polymer serve",
"demo": "polymer serve --open",
"analyze": "polymer analyze --input paper-grid.js > analysis.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluidnext/paper-grid.git"
},
"keywords": [
"web-components",
"polymer 3",
"html 5"
],
"author": {
"name": "Florian Maffini",
"email": "florian.maffini@free.fr",
"url": "https://github.com/vpusher"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/fluidnext/paper-grid/issues"
},
"homepage": "https://github.com/fluidnext/paper-grid#readme",
"main": "paper-grid.js",
"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.20",
"@polymer/iron-test-helpers": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-input": "^3.0.1",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.2.10",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"polymer-cli": "^1.9.8",
"sinon": "^7.3.1",
"wct-istanbul": "^0.14.3",
"wct-mocha": "^1.0.0",
"web-component-tester": "^6.9.2"
},
"dependencies": {
"@polymer/polymer": "^3.2.0"
},
"contributors": [
{
"name": "Emanuele Dessi",
"url": "https://github.com/EmanueleDessi"
},
{
"name": "Antonio Visalli",
"url": "https://github.com/visa4fluid"
},
{
"name": "Simone Spada",
"url": "https://github.com/SimoneSpada"
}
]
}