-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 796 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": "coffeebreak",
"description": "Tool for live editing CSS written in Vue",
"version": "0.2.0",
"author": "kocisov",
"bugs": {
"url": "https://github.com/kocisov/coffeebreak/issues"
},
"dependencies": {
"cssbeautify": "^0.3.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"poi": "^9.3.10"
},
"homepage": "https://github.com/kocisov/coffeebreak#readme",
"keywords": [
"CSS",
"Components",
"Create",
"Edit",
"Javascript",
"Live",
"Tool",
"Vue"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kocisov/coffeebreak.git"
},
"scripts": {
"build": "poi build",
"start": "poi"
}
}