forked from thednp/bootstrap.native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "bootstrap.native",
"version": "3.0.0",
"description": "Native JavaScript for Bootstrap, the sweetest JavaScript library without jQuery.",
"main": "dist/bootstrap-native.js",
"module": "dist/bootstrap-native.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"help": "rollup --help",
"build": "rollup -c",
"watch": "rollup -c -w"
},
"browserslist": [
"last 2 versions",
"not <= 1%",
"not IE 10"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thednp/bootstrap.native.git"
},
"keywords": [
"bootstrap.native",
"bootstrap",
"vanilla js",
"native javascript",
"vanilla javascript"
],
"author": "dnp_theme",
"license": "MIT",
"bugs": {
"url": "https://github.com/thednp/bootstrap.native/issues"
},
"homepage": "https://thednp.github.io/bootstrap.native/",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.1",
"@rollup/plugin-json": "^4.0.1",
"rollup": "^1.27.14",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-terser": "^5.2.0"
},
"dependencies": {}
}