-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 976 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 976 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
33
34
35
36
{
"name": "frs-bundle-itcss",
"description": "Default front-end bundle with ITCSS for the Frontend-starter",
"version": "1.0.0",
"private": true,
"author": "archasek <archasek@gmail.com>",
"license": "MIT",
"engines": {
"node": ">= 5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archasek/frs-bundle-itcss.git"
},
"dependencies": {
"bower": "*",
"frontend-starter": "^1.9.3",
"gulp-flatten": "^0.3.1",
"gulp-iife": "^0.3.0",
"gulp-replace-task": "^0.11.0"
},
"devDependencies": {
"gulp-sass-lint": "^1.2.0"
},
"bugs": {
"url": "https://github.com/archasek/frs-bundle-itcss/issues"
},
"homepage": "https://github.com/archasek/frs-bundle-itcss#readme",
"main": "frs.config.js",
"scripts": {
"make": "npm install --unsafe-perm && bower install --allow-root && npm run build",
"start": "npm run frs start",
"build": "npm run frs build -- -p",
"frs": "frs"
}
}