forked from ConciseCSS/concisecss.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 749 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 749 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
{
"name": "concisecss.github.io",
"version": "4.0.0",
"description": "The website for the Concise CSS front-end framework.",
"license": "MIT",
"homepage": "http://concisecss.com",
"bugs": "https://github.com/ConciseCSS/concisecss.github.io/issues",
"repository": {
"type": "git",
"url": "https://github.com/ConciseCSS/concisecss.github.io"
},
"engines": {
"node": "^6.6.0"
},
"dependencies": {},
"scripts": {
"start": "jake default"
},
"devDependencies": {
"chokidar-cli": "^1.2.0",
"concise-cli": "^0.3.0",
"concise-utils": "^1.0.0",
"concise.css": "^4.0.0",
"http-server": "^0.9.0",
"jake": "^8.0.14",
"livereload": "^0.5.0",
"pug-cli": "github:jameskolce/pug-cli"
}
}