-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.45 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.45 KB
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
{
"name": "@bracketeers/launchpad",
"version": "2.0.4",
"description": "Welcome to Launchpad we're happy you came to check us out! Launchpad's main goal is to help developers build websites faster. By creating simple to understand grids and extra-handy helpers we hope to provide developers the tools they need to increase their productivity.",
"main": "index.js",
"scripts": {
"build": "rimraf build & sass --no-source-map scss/style.scss build/launchpad.css",
"buildmin": "rimraf build & sass --no-source-map --style compressed scss/style.scss build/launchpad.min.css",
"buildrelease": "rimraf release & sass --no-source-map scss/style.scss release/launchpad.css & sass --no-source-map --style compressed scss/style.scss release/launchpad.min.css",
"watch": "rimraf build & echo \"Dart-sass doesn't support watch mode yet, it was reported as coming soon last time it was checked.\"",
"deploy": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bracketeers/Launchpad.git"
},
"keywords": [
"launchpad",
"scss",
"grid",
"utilities",
"web",
"flexbox"
],
"author": "matoululu & andwoo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bracketeers/Launchpad/issues"
},
"homepage": "https://github.com/Bracketeers/Launchpad#readme",
"devDependencies": {
"rimraf": "2.6.2",
"sass": "1.3.2"
},
"dependencies": {
"npm": "^6.1.0"
}
}