-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 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
{
"name": "bootstrap-less-starter",
"version": "1.0.0",
"description": "Simple bootstrap less starter kit",
"main": "index.js",
"repository": "",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"bootstrap": "4.0.0-alpha.6",
"font-awesome": "^4.7.0",
"grunt": "~1.0.1",
"grunt-autoprefixer": "~3.0.4",
"grunt-contrib-clean": "~1.0.x",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~1.0.x",
"grunt-contrib-cssmin": "~1.0.2",
"grunt-contrib-uglify": "~2.0.x",
"grunt-contrib-watch": "^1.0.0",
"grunt-csscomb": "~3.1.0",
"grunt-ejs": "^0.3.0",
"grunt-exec": "~1.0.x",
"grunt-sass": "^2.0.0",
"grunt-uncss": "^0.6.1",
"jquery": "^3.1.1"
},
"dependencies": {}
}