forked from benjaminkott/packagebuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 737 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 737 Bytes
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
{
"name": "bk2k-sitepackage-generator",
"description": "Sitepackage Generator",
"repository": {
"type": "git",
"url": "https://github.com/benjaminkott/sitepackage_generator.git"
},
"readme": "../README.rst",
"homepage": "http://www.bk2k.info",
"author": "Benjamin Kott",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"bootstrap": "^4.4.1",
"grunt": "^1.0.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"jquery": "^3.5.0",
"node-sass": "^4.13.0",
"popper.js": "^1.16.0"
},
"scripts": {
"build": "./node_modules/.bin/grunt build"
}
}