forked from simonwep/viselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 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
{
"name": "@simonwep/selection-js",
"version": "1.2.0",
"description": "Simple, lightweight and modern library library for making visual DOM Selections.",
"main": "dist/selection.min.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development",
"lint": "eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Simonwep/selection.git"
},
"keywords": [
"selection",
"selecting",
"user-selection"
],
"author": "Simon Reinisch <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Simonwep/selection/issues"
},
"homepage": "https://github.com/Simonwep/selection#readme",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.1",
"@babel/preset-env": "^7.5.0",
"babel-loader": "^8.0.6",
"eslint": "^6.0.1",
"eslint-loader": "^2.2.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
}
}