-
Notifications
You must be signed in to change notification settings - Fork 215
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "@mike-works/sass-fundamentals",
"version": "0.0.0-development",
"description": "A sass workshop project",
"main": "index.js",
"scripts": {
"test:ci": "echo ok",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": "https://github.com/mike-works/sass-fundamentals.git",
"keywords": [
"sass",
"css"
],
"author": "Mike North <[email protected]> (https://mike.works)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mike-works/sass-fundamentals/issues"
},
"homepage": "https://github.com/mike-works/sass-fundamentals#readme",
"dependencies": {
"chalk": "2.4.2",
"commander": "2.20.3",
"express": "4.21.2",
"livereload": "0.9.3"
},
"devDependencies": {
"@mike-works/js-lib-renovate-config": "2.0.0",
"@mike-works/workshop-semantic-release-config": "1.0.0",
"node-sass-middleware": "0.11.0",
"semantic-release": "15.14.0",
"travis-deploy-once": "5.0.11"
},
"release": {
"extends": "@mike-works/workshop-semantic-release-config"
}
}