-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@dashkite/rio",
"version": "0.1.34",
"description": "A lightweight library for building Web Components",
"keywords": [
"coffeescript",
"native web components",
"explicit data flow",
"dashkite carbon",
"carbon",
"observable properties",
"lightweight",
"virtual dom"
],
"homepage": "https://github.com/dashkite/carbon#README",
"repository": {
"type": "git",
"url": "git://github.com/dashkite/carbon.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": "Dan Yoder",
"exports": {
".": {
"browser": "./build/browser/src/index.js"
}
},
"files": [
"build/browser/src"
],
"scripts": {
"test": "genie test",
"build": "genie build",
"release": "genie release"
},
"dependencies": {
"@dashkite/joy": "^0.3.16",
"@dashkite/katana": "^0.4.8",
"@dashkite/stylist": "^0.0.6",
"diffhtml": "1.0.0-beta.30",
"object-observer": "^5.2.0"
},
"devDependencies": {
"@dashkite/amen": "^0.2.2",
"@dashkite/amen-console": "^0.0.2",
"@dashkite/assert": "^0.1.4",
"@dashkite/genie": "^0.20.14",
"@dashkite/genie-clean": "^0.13.12",
"@dashkite/genie-coffee": "^0.13.15",
"@dashkite/genie-module": "^0.5.42",
"@dashkite/genie-release": "^0.5.0",
"@dashkite/mimic": "^0.2.4",
"coffeescript": "^2.7.0"
}
}