forked from thednp/bootstrap.native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.25 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
{
"name": "bootstrap.native--virajsoni06",
"version": "2.0.16",
"description": "Native Javascript for Bootstrap, the sweetest Javascript library without jQuery.",
"main": "dist/bootstrap-native.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js --only modal tab > dist/bootstrap-native.js && npm run build-min",
"build-v4": "node build-v4.js > dist/bootstrap-native-v4.js && npm run build-v4-min",
"build-min": "node build.js --only modal tab -m > dist/bootstrap-native.min.js",
"build-v4-min": "node build-v4.js -m > dist/bootstrap-native-v4.min.js",
"watch": "onchange \"lib/*\" -i -- npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thednp/bootstrap.native.git"
},
"keywords": [
"bootstrap.native",
"bootstrap",
"vanilla js",
"native javascript",
"vanilla javascript"
],
"author": "virajsoni06",
"license": "MIT",
"bugs": {
"url": "https://github.com/thednp/bootstrap.native/issues"
},
"homepage": "https://thednp.github.io/bootstrap.native/",
"devDependencies": {
"onchange": "^3.0.2",
"uglify-js": "^2.7.3",
"yargs": "^5.0.0"
},
"directories": {
"lib": "lib"
},
"dependencies": {}
}