-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 875 Bytes
/
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
39
40
41
{
"name": "such.less",
"version": "0.0.0",
"description": "Such less. Many advance. So CSS. Wow.",
"main": "server.js",
"port": 3000,
"scripts": {
"build": "grunt --gruntfile=Gruntfile.js"
},
"repository": {
"type": "git",
"url": "git://github.com/MarcDiethelm/such.less.git"
},
"keywords": [
"LessCSS",
"CSS",
"framework",
"less",
"responsive",
"best",
"practice",
"grid",
"layout"
],
"contributors": [
{"name": "Marc Diethelm"},
{"name": "Simon Harte"}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MarcDiethelm/such.less/issues"
},
"homepage": "https://github.com/MarcDiethelm/such.less",
"dependencies": {},
"devDependencies": {
"grunt-less-imports": "^1.1.0",
"grunt": "^0.4.5",
"assemble-less": "~0.7.0",
"grunt-contrib-watch": "^0.6.1"
}
}