forked from HubSpot/cms-theme-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 633 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "//": [
"We are not using a build process, we are using package.json manually right now to reap the benefits of",
"GitHub's security features. This file only needs to include javascript dependencies we rely on." ],
"name": "CrankShaft",
"description": "A framework for building modern websites on the HubSpot Platform.",
"version": "0.0.1",
"repository": "https://github.com/TheWebTech/CrankShaft/",
"bugs": "https://github.com/TheWebTech/CrankShaft/issues",
"dependencies": {
"details-element-polyfill": "^2.3.1"
},
"devDependencies": {
},
"scripts": {
},
"engines": {
},
"license": "MIT"
}