-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
19 lines (19 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"scripts": {
"minify-scrollspy": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --source-map --output bootstrap-scrollspy.min.js node_modules/bootstrap/js/scrollspy.js",
"minify-scrollspy-location": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --source-map --output bootstrap-scrollspy-location.min.js src/bootstrap-scrollspy-location.js",
"build": "npm-run-all minify-scrollspy minify-scrollspy-location"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"npm-run-all": "^4.0.2",
"uglify-js": "^3.0.13"
},
"name": "twentyseventeen-onepage",
"version": "1.0.0",
"description": "Child theme of Twenty Seventeen with adjustments for an one page / single page site",
"main": "style.css",
"repository": "https://github.com/strarsis/twentyseventeen-onepage.git",
"author": "strarsis <strarsis@gmail.com>",
"license": "MIT"
}