-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 941 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 941 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
{
"name": "lootstrap",
"title": "Lootstrap",
"version": "0.1.1",
"main": "main.js",
"license": "MIT",
"description": "Lootstrap is a simple, type-focused, extensible CSS library with an opinionated LESS workflow. It started off as a LESS port of Cutestrap ( https://www.cutestrap.com/ ), but in practice, I wanted something a little more configurable and using Twitter Bootstrap-style naming conventions.",
"scripts": {
"start": "node main",
"build": "grunt",
"deploy": "git subtree push --prefix dest origin gh-pages"
},
"dependencies": {
"express": "^4.14.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"postcss-cssnext": "^2.5.1",
"postcss-flexboxfixer": "^0.0.4",
"postcss-gradientfixer": "^0.0.5"
}
}