-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "bianco.force-reflow",
"version": "1.1.0",
"description": "",
"main": "index.js",
"jsnext:main": "index.next.js",
"module": "index.next.js",
"types": "index.d.ts",
"scripts": {
"prepare": "npm run build && npm test",
"lint": "eslint index.next.js test.js rollup.config.js",
"build": "rollup -c",
"doc": "documentation readme index.next.js -s API",
"test": "npm run lint && mocha test.js"
},
"files": [
"index.js",
"index.next.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/biancojs/force-reflow.git"
},
"keywords": [
"es6",
"es2015"
],
"author": "Gianluca Guarini <[email protected]> (http://gianlucaguarini.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/biancojs/force-reflow/issues"
},
"homepage": "https://github.com/biancojs/force-reflow#readme",
"devDependencies": {
"@gianlucaguarini/eslint-config": "^2.0.0",
"eslint": "^8.10.0",
"jsdom": "19.0.0",
"jsdom-global": "3.0.2",
"mocha": "^9.2.1",
"rollup": "^2.70.0",
"rollup-plugin-node-resolve": "^3.4.0"
},
"dependencies": {
"bianco.dom-to-array": "1.1.0"
}
}