-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 917 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
{
"name": "concise-ui",
"version": "0.2.1",
"description": "Basic user interface kit for Concise Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/ConciseCSS/concise-ui.git"
},
"keywords": [
"css",
"concise",
"ui",
"user",
"interface",
"kit",
"framework",
"add-on"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ConciseCSS/concise-ui/issues"
},
"homepage": "https://github.com/ConciseCSS/concise-ui#readme",
"scripts": {
"build": "jake build",
"start": "jake default",
"stats": "stylestats dist/concise-utils.css"
},
"devDependencies": {
"chokidar-cli": "^1.2.0",
"concise-cli": "^0.4.1",
"concise.css": "github:concisecss/concise.css#master",
"cssnano-cli": "^1.0.5",
"http-server": "^0.9.0",
"jake": "^8.0.15",
"livereload": "^0.6.0",
"stylestats": "^6.3.0"
}
}