forked from openactive-archive/2018-20.openactive.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 938 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 938 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
29
30
31
32
{
"name": "imaginatecreative.github.io",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"michelangelo": "^0.6.1",
"sc5-styleguide": "^2.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "onchange 'scss/**/*.sass' -- npm run kss",
"kss": "kss --config kss-config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imaginatecreative/imaginatecreative.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/imaginatecreative/imaginatecreative.github.io/issues"
},
"homepage": "https://github.com/imaginatecreative/imaginatecreative.github.io#readme"
}